Add debugging.yaml
This commit is contained in:
16
.gitea/workflows/017_debugging.yaml
Normal file
16
.gitea/workflows/017_debugging.yaml
Normal 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
|
||||
Reference in New Issue
Block a user