From a3640f76c1dbb051031654bb55594c16e6f4ed27 Mon Sep 17 00:00:00 2001 From: Javier Cortejoso Date: Sun, 30 Jul 2023 17:00:11 +0200 Subject: [PATCH] Enable tmate --- .github/workflows/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 223662be..df57b611 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,6 +23,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@master + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + timeout-minutes: 5 + with: + limit-access-to-actor: true - uses: jakejarvis/s3-sync-action@master with: args: --acl public-read --follow-symlinks --delete