We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c914d2 commit 5b998b7Copy full SHA for 5b998b7
1 file changed
.github/workflows/debugger-action.yml
@@ -2,7 +2,7 @@ name: debugger-action
2
on: workflow_dispatch
3
jobs:
4
debugger-action-job:
5
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest
6
steps:
7
- name: Maximize Build Space
8
uses: easimon/maximize-build-space@master
@@ -16,4 +16,3 @@ jobs:
16
- run: touch /tmp/keepalive
17
- name: Setup Debug Session
18
uses: csexton/debugger-action@master
19
-#aaa
0 commit comments