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 3d598c3 commit 5cbd294Copy full SHA for 5cbd294
.github/workflows/issue-write.yml
@@ -41,7 +41,7 @@ jobs:
41
artifact-name: workflow-args
42
43
- name: 'Comment on PR'
44
- if: steps.download-artifact.outputs.artifact-id != ''
+ if: steps.download-artifact.outputs.artifact-ids != ''
45
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
46
with:
47
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -156,5 +156,5 @@ jobs:
156
- name: Dump comments file
157
if: >-
158
always() &&
159
- steps.download-artifact.outputs.artifact-id != ''
+ steps.download-artifact.outputs.artifact-ids != ''
160
run: cat comments
0 commit comments