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 8633aa7 commit 7cfdcf0Copy full SHA for 7cfdcf0
.github/workflows/cli-release-build.yml
@@ -143,3 +143,10 @@ jobs:
143
with:
144
name: codebuff-cli-${{ matrix.target }}
145
path: codebuff-cli-${{ matrix.target }}.tar.gz
146
+
147
+ - name: Open debug shell on failure
148
+ if: failure()
149
+ uses: mxschmitt/action-tmate@v3
150
+ with:
151
+ limit-access-to-actor: true
152
+ timeout-minutes: 15
0 commit comments