From b87d5e5fc6b9baa304e288e4aeeead3a7ef95317 Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Mon, 4 May 2026 18:09:07 -0400 Subject: [PATCH] Testing Gitea macOS Signed-off-by: Will Hawkins --- .github/workflows/main.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 21d44c2..96f4f98 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -8,6 +8,7 @@ jobs: runs-on: macos-latest env: GH_TOKEN: ${{ secrets.GITEA_TOKEN }} + ACTION_STEP_DEBUG: true steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v4