We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8832412 commit 52e0181Copy full SHA for 52e0181
.github/workflows/publish.yml
@@ -8,14 +8,6 @@ on:
8
- completed
9
10
jobs:
11
- debug:
12
- name: Debug
13
- runs-on: ubuntu-latest
14
-
15
- steps:
16
- - name: Debug Action
17
- uses: hmarr/[email protected]
18
19
unit-test-results:
20
name: Unit Test Results
21
runs-on: ubuntu-latest
@@ -35,4 +27,7 @@ jobs:
35
27
- name: Publish Unit Test Results
36
28
uses: EnricoMi/publish-unit-test-result-action@v1
37
29
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