diff --git a/.github/workflows/github_server.yml b/.github/workflows/github_server.yml index a845b9d5..021704ec 100644 --- a/.github/workflows/github_server.yml +++ b/.github/workflows/github_server.yml @@ -36,6 +36,8 @@ jobs: - uses: actions/checkout@v3 - name: Setup tmate session uses: mxschmitt/action-tmate@v3 + with: + detached: true #if: ${{ inputs.console_enabled }} #with: # sudo: false