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 553a679 commit ae23b33Copy full SHA for ae23b33
.github/workflows/docker-build-push.yml
@@ -36,7 +36,7 @@ jobs:
36
# Enable tmate debugging of manually-triggered workflows
37
# if the input option was provided.
38
- name: Setup SSH debug session
39
- uses: mxschmitt/action-tmate@8b4e4ac71822ed7e0ad5fb3d1c33483e9e8fb270 # tag=v3
+ uses: mxschmitt/action-tmate@7b6a61a73bbb9793cb80ad69b8dd8ac19261834c # v3
40
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }}
41
42
- name: Check out repository
0 commit comments