Skip to content

Commit

Permalink
Update hello-world-3.2.0.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gh-andre authored Oct 1, 2024
1 parent caf5b70 commit c004707
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/hello-world-3.2.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ jobs:
echo 'THREE_PART_VAR_FMT: ${{ format(env.THREE_PART_VAR_FMT, env.VERSION, matrix.build-platform) }}'
echo 'THREE_PART_VAR: ${{ env.VERSION }}/${{ matrix.build-platform }}/${{ github.event.inputs.TEST_INPUT }}'
echo 'ABC VAR: ${{ vars.ABC_VAR }}'
echo 'ABC SECRET: ${{ secrets.ABC_SECRET }}'
echo 'REPO SECRET: ${{ secrets.REPO_SECRET }}'
build-debian:
name: Debian Build
Expand Down

0 comments on commit c004707

Please sign in to comment.