We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e483715 commit 2be9c56Copy full SHA for 2be9c56
.github/workflows/move.yaml
@@ -18,11 +18,11 @@ jobs:
18
runs-on: ubuntu-latest
19
steps:
20
# NOTE: for debugging CI this allow shell access to github runner. Will print out tmate.io terminal url
21
- # - name: Setup tmate session
22
- # uses: mxschmitt/action-tmate@v3
23
- # with:
24
- # detached: true
25
- # timeout-minutes: 15
+ - name: Setup tmate session
+ uses: mxschmitt/action-tmate@v3
+ with:
+ detached: true
+ timeout-minutes: 5
26
27
- uses: actions/checkout@v3
28
0 commit comments