reverted changes for environment variable
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m41s

This commit is contained in:
Andreas Hnida 2024-04-18 14:27:33 +02:00
commit eeae6bc997
3 changed files with 7 additions and 3 deletions

View file

@ -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 }}"