Skip to content

Commit

Permalink
Update reference_variable.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
christosservos authored Apr 1, 2024
1 parent 56db7bc commit c8fbf3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reference_variable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ jobs:
echo " this is a secret: ${{ secrets.VARIABLE }}"
echo "this is a variable: ${{ env.VARIABLE }} OR $VARIABLE"
env:
VARIABLE: ${{ secrets.VARIABLE }}
VARIABLE: ${{ env.VARIABLE }}


0 comments on commit c8fbf3c

Please sign in to comment.