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