From b8c1b6583d580999df7d81872e8b624de91f5289 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Thu, 1 Jan 2026 16:26:50 -0500 Subject: [PATCH] Attempting debugging. --- .gitea/workflows/opencommit.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/opencommit.yml b/.gitea/workflows/opencommit.yml index 9098b7b..0ad402c 100644 --- a/.gitea/workflows/opencommit.yml +++ b/.gitea/workflows/opencommit.yml @@ -15,6 +15,11 @@ jobs: with: fetch-depth: 0 + - name: Debugging with tmate + uses: mxschmitt/action-tmate@v3.23 + with: + detached: true + - name: Setup Node.js uses: actions/setup-node@v3 with: