From d38498c346b3843736ee1a68db36a6516623453b Mon Sep 17 00:00:00 2001 From: chrisjsimpson Date: Sat, 19 Oct 2024 19:46:47 +0100 Subject: [PATCH] #14 debug tmate always --- .github/workflows/deploy-vpn-server.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy-vpn-server.yml b/.github/workflows/deploy-vpn-server.yml index 738e154..67e43dd 100644 --- a/.github/workflows/deploy-vpn-server.yml +++ b/.github/workflows/deploy-vpn-server.yml @@ -33,5 +33,4 @@ jobs: # Enable tmate debugging of manually-triggered workflows if the input option was provided - name: Setup tmate session - uses: mxschmitt/action-tmate@v3 - if: ${{ failure() }} \ No newline at end of file + uses: mxschmitt/action-tmate@v3 \ No newline at end of file