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 1515 uses : actions/download-artifact@v4
1616 with :
1717 name : output.json
18- path : output.json
1918 github-token : ${{ secrets.GITHUB_TOKEN }}
2019 run-id : ${{ github.event.workflow_run.id }}
20+
21+ - run : ls -R .
2122 - name : ' Post or update comment'
2223 uses : actions/github-script@v6
2324 with :
8586 }
8687
8788 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);
9091 }
9192 } else if (output.event_name === 'push') {
9293 const pull_requests = await github.rest.pulls.list({
Original file line number Diff line number Diff line change 3737 uses : actions/upload-artifact@v4
3838 with :
3939 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