Add debugging.yaml

This commit is contained in:
2025-10-22 22:49:01 -07:00
parent deedd0a026
commit f6c4db0c0e

View File

@@ -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