Skip to content

Commit

Permalink
Debugging var interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
dotemacs committed Jul 24, 2024
1 parent e3db2fa commit aeaa99f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
- name: check if vars are being read right
env:
SOMEVAR: ${{ vars.FOO }}
run: |
echo $SOMEVAR
run: echo "Start-$SOMEVAR-end."
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
Expand Down

0 comments on commit aeaa99f

Please sign in to comment.