Skip to content

Commit b1699ab

Browse files
committed
debug
1 parent 2bb09c8 commit b1699ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/remove-deprecated-shapes.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
steps:
1414
- name: Check branch name
1515
run: |
16-
echo $$GITHUB_HEAD_REF
16+
echo $GITHUB_HEAD_REF
17+
echo ${{ github.head_ref }}
1718
# Only continue on branches starting with vX.X (e.g. v1.2, v1.2.3, v1.2-main)
1819
if [[ ! "$GITHUB_HEAD_REF" =~ ^v\.[0-9]+\.[0-9]+.*$ ]]; then
1920
exit 0

0 commit comments

Comments
 (0)