Skip to content

Commit 4484ac0

Browse files
committed
gha - add tmate debugging
1 parent efeb89d commit 4484ac0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/actions/quarto-dev/action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ runs:
3131
if: runner.os == 'Windows'
3232
run: $env:PATH -Split ";"
3333

34+
- name: Setup tmate session
35+
uses: mxschmitt/action-tmate@v3
36+
with:
37+
limit-access-to-actor: true
38+
timeout-minutes: 30
39+
3440
- name: Basic dev mode sanity check
3541
shell: pwsh
3642
run: |

0 commit comments

Comments
 (0)