reverted changes for environment variable
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m41s
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m41s
This commit is contained in:
parent
c87fb11971
commit
eeae6bc997
3 changed files with 7 additions and 3 deletions
|
|
@ -15,8 +15,8 @@ jobs:
|
|||
uses: SebRollen/toml-action@v1.2.0
|
||||
id: read_toml
|
||||
with:
|
||||
file: './config/_default/params.toml'
|
||||
field: 'environment'
|
||||
file: 'hugo.toml'
|
||||
field: 'params.environment'
|
||||
|
||||
- name: Echo environment
|
||||
run: echo "Environment is ${{ steps.read_toml.outputs.value }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue