We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe3f1eb commit 598c523Copy full SHA for 598c523
.github/workflows/pkg.pr.new-comment.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Download artifact
15
uses: actions/download-artifact@v4
16
with:
17
- name: output.json
+ name: output
18
github-token: ${{ secrets.GITHUB_TOKEN }}
19
run-id: ${{ github.event.workflow_run.id }}
20
.github/workflows/pkg.pr.new.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Upload output
37
uses: actions/upload-artifact@v4
38
39
40
- path: ./output
+ path: ./output.json
41
42
- run: ls -R .
0 commit comments