Skip to content

Commit

Permalink
Create ssh-debug.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WindowsMEMZ authored Dec 10, 2023
1 parent 9a28153 commit df231eb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ssh-debug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: SSH Debugger

on: workflow_dispatch

jobs:
Debug:
runs-on: macos-13
steps:
- uses: actions/checkout@v2
- name: Setup Debug Session
uses: csexton/debugger-action@master

0 comments on commit df231eb

Please sign in to comment.