Skip to content

Commit

Permalink
Be more specific about workflow, since the wrong artifact seems to be…
Browse files Browse the repository at this point in the history
… being downloaded (perhaps after an upgrade of the download action?)
  • Loading branch information
holly-cummins committed Jun 9, 2024
1 parent c369ef0 commit daa4409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: dawidd6/action-download-artifact@v4
with:
workflow: ${{ github.event.workflow_run.workflow_id }}
workflow_conclusion: success
run_id: ${{ github.event.workflow_run.id }}
name: site
- name: Store PR id as variable
id: pr
Expand Down

0 comments on commit daa4409

Please sign in to comment.