This commit is contained in:
parent
bfc8c7a801
commit
c87fb11971
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
id: read_toml
|
id: read_toml
|
||||||
with:
|
with:
|
||||||
file: './config/_default/params.toml'
|
file: './config/_default/params.toml'
|
||||||
field: 'params.environment'
|
field: 'environment'
|
||||||
|
|
||||||
- name: Echo environment
|
- name: Echo environment
|
||||||
run: echo "Environment is ${{ steps.read_toml.outputs.value }}"
|
run: echo "Environment is ${{ steps.read_toml.outputs.value }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue