Update path to config file in read_yaml_test workflow action
This commit is contained in:
parent
28aa908149
commit
04cd61ff9e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue