Skip to content

Commit

Permalink
Add debugger-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
liqwang committed Oct 19, 2023
1 parent dbd98ce commit e218636
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/debugger-action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: debugger-action
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3

- name: Setup Debug Session
uses: csexton/debugger-action@master

0 comments on commit e218636

Please sign in to comment.