Skip to content

Commit 8b12580

Browse files
committed
Be more specific about workflow, since the wrong artifact seems to be being downloaded (perhaps after an upgrade of the download action?)
1 parent 41ae306 commit 8b12580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: dawidd6/action-download-artifact@v4
1919
with:
2020
workflow: ${{ github.event.workflow_run.workflow_id }}
21-
workflow_conclusion: success
21+
run_id: ${{ github.event.workflow_run.id }}
2222
name: site
2323
- name: Store PR id as variable
2424
id: pr

0 commit comments

Comments
 (0)