File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 15
15
uses : actions/download-artifact@v4
16
16
with :
17
17
name : output.json
18
- path : output.json
19
18
github-token : ${{ secrets.GITHUB_TOKEN }}
20
19
run-id : ${{ github.event.workflow_run.id }}
20
+
21
+ - run : ls -R .
21
22
- name : ' Post or update comment'
22
23
uses : actions/github-script@v6
23
24
with :
85
86
}
86
87
87
88
if (output.event_name === 'pull_request') {
88
- if (context.issue .number) {
89
- await create_or_update_comment(context.issue .number);
89
+ if (output .number) {
90
+ await create_or_update_comment(output .number);
90
91
}
91
92
} else if (output.event_name === 'push') {
92
93
const pull_requests = await github.rest.pulls.list({
Original file line number Diff line number Diff line change 37
37
uses : actions/upload-artifact@v4
38
38
with :
39
39
name : output.json
40
- path : output.json
40
+ path : ./output
41
+
42
+ - run : ls -R .
You can’t perform that action at this time.
0 commit comments