.
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m44s

This commit is contained in:
Andreas Hnida 2024-04-18 14:22:07 +02:00
commit c87fb11971

View file

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