Skip to content

Commit

Permalink
fix: use github.ref_name instead of github.ref
Browse files Browse the repository at this point in the history
  • Loading branch information
JuArce committed Aug 8, 2024
1 parent 4f982a9 commit fca8c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/explorer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Display Branch Name
env:
GITHUB_REF: ${{ github.ref }}
GITHUB_REF: ${{ github.ref_name }}
run: |
echo "Current Branch: ${GITHUB_REF}"
Expand Down

0 comments on commit fca8c9c

Please sign in to comment.