fix: action-tmate detached (#2092)

connect-timeout-seconds works best with `detached: true`

Signed-off-by: Dave <dave@gray101.com>
This commit is contained in:
Dave 2024-04-21 16:39:17 -04:00 committed by GitHub
parent 38c9abed8b
commit 228bc4903f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -123,6 +123,7 @@ jobs:
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3.18
with:
detached: true
connect-timeout-seconds: 180
limit-access-to-actor: true
@ -177,6 +178,7 @@ jobs:
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3.18
with:
detached: true
connect-timeout-seconds: 180
limit-access-to-actor: true
@ -213,5 +215,6 @@ jobs:
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3.18
with:
detached: true
connect-timeout-seconds: 180
limit-access-to-actor: true
limit-access-to-actor: true