Skip to content

Commit

Permalink
Further env var testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dotemacs committed Jul 24, 2024
1 parent 26e99f6 commit d1b6c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
env:
SOMEVAR: ${{ vars.FOO }}
run: |
echo "Start-$SOMEVAR-end."
echo "Start-${{ env.SOMEVAR }}-end."
echo "Another: ${{ vars.FOO }}."
printenv
- name: Setup tmate session
Expand Down

0 comments on commit d1b6c91

Please sign in to comment.