Skip to content

Commit 52e0181

Browse files
authored
publish.yml: Remove the debug job and fix an error in the workflow. (espressif#6408)
Signed-off-by: Abdelatif Guettouche <[email protected]>
1 parent 8832412 commit 52e0181

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/publish.yml

+4-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,7 @@ 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_run.head_sha }}
31+
event_file: artifacts/Event File/event.json
32+
event_name: ${{ github.event.workflow_run.event }}
33+
files: "artifacts/**/*.xml"

0 commit comments

Comments
 (0)