Skip to content

Commit 4d80c49

Browse files
committed
publish.yml: Remove the debug job and fix an error in the workflow.
Signed-off-by: Abdelatif Guettouche <[email protected]>
1 parent 96f8f5e commit 4d80c49

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

Diff for: .github/workflows/publish.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ on:
88
- completed
99

1010
jobs:
11-
debug:
12-
name: Debug
13-
runs-on: ubuntu-latest
14-
15-
steps:
16-
- name: Debug Action
17-
uses: hmarr/[email protected]
18-
1911
unit-test-results:
2012
name: Unit Test Results
2113
runs-on: ubuntu-latest
@@ -35,4 +27,4 @@ jobs:
3527
- name: Publish Unit Test Results
3628
uses: EnricoMi/publish-unit-test-result-action@v1
3729
with:
38-
commit: ${{ github.event.workflow
30+
commit: ${{ github.event.workflow }}

0 commit comments

Comments
 (0)