File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -275,5 +275,5 @@ jobs:
275
275
- name : Upload
276
276
uses : actions/upload-artifact@v4
277
277
with :
278
- name : Event File
278
+ name : event_file
279
279
path : ${{github.event_path}}
Original file line number Diff line number Diff line change 33
33
uses : EnricoMi/publish-unit-test-result-action@v1
34
34
with :
35
35
commit : ${{ github.event.workflow_run.head_sha }}
36
- event_file : artifacts/Event File /event.json
36
+ event_file : artifacts/event_file /event.json
37
37
event_name : ${{ github.event.workflow_run.event }}
38
38
files : " artifacts/**/*.xml"
Original file line number Diff line number Diff line change 27
27
with :
28
28
run-id : ${{github.event.workflow_run.id}}
29
29
github-token : ${{env.GITHUB_TOKEN}}
30
- name : Event File
30
+ name : event_file
31
31
path : ${{github.event_path}}
32
32
33
33
- name : Get ref
You can’t perform that action at this time.
0 commit comments