Skip to content

Commit

Permalink
fix: print branch correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
JuArce committed Aug 8, 2024
1 parent 40dca76 commit 08658dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/explorer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ jobs:
uses: actions/checkout@v4

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

- name: Deploy to server
env:
Expand Down

0 comments on commit 08658dd

Please sign in to comment.