Skip to content

Commit

Permalink
feat-481: WIP try creating a composite action
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Füting committed Feb 12, 2025
1 parent 76372a5 commit b1b0fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/common_build_steps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:

- name: 'bar'
run: |
echo "global var:" $MY_GLOBAL_VAR"
echo "global var:" $MY_GLOBAL_VAR
echo "global secret:" $MY_GLOBAL_SECRET
echo "action env var:" ${{ env.my_env_var }}
echo "action env secret:" ${{ env.my_env_secret }}
Expand Down

0 comments on commit b1b0fb7

Please sign in to comment.