From 1605a750fdc5f0b646017335bf4879df8a1719dd Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Fri, 28 Jun 2024 06:48:28 -0600 Subject: [PATCH] debug workflow --- .github/workflows/srt.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/srt.yml b/.github/workflows/srt.yml index 95f7bbcd..efec7ba8 100644 --- a/.github/workflows/srt.yml +++ b/.github/workflows/srt.yml @@ -172,6 +172,6 @@ jobs: popd # the following can be used by developers to login to the github server in case of errors # see https://github.com/marketplace/actions/debugging-with-tmate for further details -# - name: Setup tmate session -# if: ${{ failure() }} -# uses: mxschmitt/action-tmate@v3 + - name: Setup tmate session + if: ${{ failure() }} + uses: mxschmitt/action-tmate@v3