use run-id from current run
This commit is contained in:
3
.github/workflows/netlify-pr.yaml
vendored
3
.github/workflows/netlify-pr.yaml
vendored
@@ -37,11 +37,10 @@ jobs:
|
|||||||
Exercise caution. Use test accounts.
|
Exercise caution. Use test accounts.
|
||||||
|
|
||||||
- name: 📥 Download artifact
|
- name: 📥 Download artifact
|
||||||
# Download the artifact from the triggering workflow
|
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
||||||
run-id: ${{ github.event.workflow.id }}
|
run-id: ${{ github.event.workflow_run.id }}
|
||||||
name: build-output
|
name: build-output
|
||||||
path: webapp
|
path: webapp
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user