Skip to content

Commit b315bb7

Browse files
committed
Debug
1 parent eb07bba commit b315bb7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-image.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ jobs:
134134
id: actions_ref
135135
shell: bash
136136
run: |
137+
echo "$${{ github.workflow_ref }}, ${{ github.action_ref }}"
137138
WF_REF='${{ github.workflow_ref }}'
138139
REF="${WF_REF##*@}"
139140
# Fallback to main if empty (should not normally happen)
@@ -187,6 +188,8 @@ jobs:
187188
id: actions_ref
188189
shell: bash
189190
run: |
191+
echo "$${{ github.workflow_ref }}, ${{ github.action_ref }}"
192+
echo ${{ toJSON(github) }}
190193
WF_REF='${{ github.workflow_ref }}'
191194
REF="${WF_REF##*@}"
192195
# Fallback to main if empty (should not normally happen)

0 commit comments

Comments
 (0)