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 9b82755Copy full SHA for 9b82755
.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@a283f9441d2d96eb62436dc46d7014f5d357ac22 # v3
40
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }}
41
42
- name: Check out repository
0 commit comments