Skip to content

Commit 4126cc8

Browse files
committed
DEBUG
1 parent f166f03 commit 4126cc8

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/pr.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,5 +209,14 @@ jobs:
209209
- run: |
210210
task translation:extract
211211
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+
212221
- run: |
213222
task translation:diff

0 commit comments

Comments
 (0)