Skip to content

Commit

Permalink
sh
Browse files Browse the repository at this point in the history
  • Loading branch information
patel-bhavin committed Jul 2, 2024
1 parent 8bf6301 commit 8098a33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
echo "github.event_name : [${{ github.event_name }}]"
- name: Extract Branch Name
run: echo "Branch name: ${GITHUB_REF#refs/heads/}"
run: |
echo "Branch name: ${GITHUB_REF#refs/heads/}"
env:
GITHUB_REF: ${{ github.ref }}

Expand Down

0 comments on commit 8098a33

Please sign in to comment.