Update path to config file in read_yaml_test workflow action
Some checks failed
Build and Deploy Hugo Site / build_and_deploy (push) Failing after 15s
helpers-read-yaml / read-yaml (push) Successful in 8s

This commit is contained in:
Andreas Hnida 2024-04-17 23:03:10 +02:00
commit 04cd61ff9e

View file

@ -15,7 +15,7 @@ jobs:
uses: pietrobolcato/action-read-yaml@main uses: pietrobolcato/action-read-yaml@main
id: read_action_js id: read_action_js
with: with:
config: ${{ github.workspace }}/examples/envvars/config_example_env.yaml config: ${{ github.workspace }}/config_example_env.yaml
env-var-prefix: myEnv env-var-prefix: myEnv
- name: use-yaml-file - name: use-yaml-file