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: