We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f166f03 commit 4126cc8Copy full SHA for 4126cc8
1 file changed
.github/workflows/pr.yaml
@@ -209,5 +209,14 @@ jobs:
209
- run: |
210
task translation:extract
211
212
+ # https://github.com/mxschmitt/action-tmate?tab=readme-ov-file#manually-triggered-debug
213
+ # Enable tmate debugging if debug logging is enabled (cf.
214
+ # https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/accessing-contextual-information-about-workflow-runs#runner-context)
215
+ - name: Setup tmate session
216
+ uses: mxschmitt/action-tmate@v3
217
+ with:
218
+ limit-access-to-actor: false
219
+ if: 1 == runner.debug
220
+
221
222
task translation:diff
0 commit comments