mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Create debugger-action.yml
This commit is contained in:
parent
7c7f214885
commit
3c9b409109
9
.github/workflows/debugger-action.yml
vendored
Normal file
9
.github/workflows/debugger-action.yml
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
name: debugger-action
|
||||
on: [push, workflow_dispatch]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup Debug Session
|
||||
uses: csexton/debugger-action@master
|
||||
Loading…
Reference in New Issue
Block a user