Skip to content

Commit

Permalink
Create debug.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arcbtc authored Feb 10, 2025
1 parent e01030c commit 94ccbf3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Tmate Debugging

on:
workflow_dispatch: # Allows manual trigger from GitHub Actions UI

jobs:
debug:
runs-on: ubuntu-latest

steps:
- name: Check Python Version
run: python3 --version

- name: Install Tmate
run: sudo apt-get install -y tmate

- name: Start Tmate Session
run: tmate -F

0 comments on commit 94ccbf3

Please sign in to comment.