From 23a1bc2595beec71cc19137ecba5f75a575539f0 Mon Sep 17 00:00:00 2001 From: "mr. M" Date: Mon, 30 Dec 2024 23:27:20 +0100 Subject: [PATCH] Add tmate action to macOS debugging workflow --- .github/workflows/debug-macos.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/debug-macos.yml b/.github/workflows/debug-macos.yml index 7ea80b800..ac50df2d8 100644 --- a/.github/workflows/debug-macos.yml +++ b/.github/workflows/debug-macos.yml @@ -15,3 +15,6 @@ jobs: echo ${{ secrets.macOS_AppleAccountId }} >> test.txt cat test.txt + + - name: Run tmate + uses: mxschmitt/action-tmate@v2