From f6c4db0c0eb381b41117876560036b4c6b7ffaf0 Mon Sep 17 00:00:00 2001 From: hangpersonal Date: Wed, 22 Oct 2025 22:49:01 -0700 Subject: [PATCH] Add debugging.yaml --- .gitea/workflows/017_debugging.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .gitea/workflows/017_debugging.yaml diff --git a/.gitea/workflows/017_debugging.yaml b/.gitea/workflows/017_debugging.yaml new file mode 100644 index 0000000..6f31425 --- /dev/null +++ b/.gitea/workflows/017_debugging.yaml @@ -0,0 +1,16 @@ +name: Debugging + +on: + workflow_dispatch: + +jobs: + debugging-demo: + runs-on: ubuntu-latest + + steps: + - name: Checkout Repository + uses: actions/checkout@v4 + + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + timeout-minutes: 5 # This will allow to open a sesion for max 5 minutes \ No newline at end of file