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