Skip to content

Commit

Permalink
Test variations of env vars GITHUB_REF and GITHUB_REF_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
jaamarks authored May 29, 2024
1 parent 91a8d3c commit 50d80d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ jobs:
- name: List files in the repository
run: |
ls ${{ github.workspace }}
- run: echo ${GITHUB_REF} vs ${GITHUB_REF##*/} vs ${GITHUB_REF_NAME}
- run: echo "🍏 This job's status is ${{ job.status }}."

0 comments on commit 50d80d6

Please sign in to comment.