Skip to content

Commit eeca1cd

Browse files
authored
Corrections
1 parent 210fbff commit eeca1cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ jobs:
99

1010
steps:
1111
- name: Print Branch Name
12-
run: echo "Running on branch: ${{ github.ref_name }}"
12+
run: |
13+
echo "Running on branch: ${GITHUB_REF##*/}"

0 commit comments

Comments
 (0)