We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb07bba commit b315bb7Copy full SHA for b315bb7
1 file changed
.github/workflows/build-image.yml
@@ -134,6 +134,7 @@ jobs:
134
id: actions_ref
135
shell: bash
136
run: |
137
+ echo "$${{ github.workflow_ref }}, ${{ github.action_ref }}"
138
WF_REF='${{ github.workflow_ref }}'
139
REF="${WF_REF##*@}"
140
# Fallback to main if empty (should not normally happen)
@@ -187,6 +188,8 @@ jobs:
187
188
189
190
191
192
+ echo ${{ toJSON(github) }}
193
194
195
0 commit comments