mirror of
https://github.com/microsoft/BCQuality.git
synced 2026-08-06 09:26:52 +01:00
Authoring-assist runner: download advisory artifact from the current run
The review and publish jobs run in the same workflow_run; the artifact is intra-run. Downloading with run-id set to the intake run (github.event.workflow_run.id) looked in the wrong run and failed with 'Artifact not found'. Drop run-id/github-token so download-artifact resolves the artifact uploaded earlier in this run. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 75d852d6-18a6-4c58-986f-ed5ab16618fa
This commit is contained in:
parent
94d3d4358d
commit
c0d0418f65
1 changed files with 0 additions and 2 deletions
|
|
@ -192,8 +192,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: authoring-assist-output-${{ needs.review.outputs.pr_number }}
|
name: authoring-assist-output-${{ needs.review.outputs.pr_number }}
|
||||||
path: ${{ github.workspace }}/advisory-output
|
path: ${{ github.workspace }}/advisory-output
|
||||||
github-token: ${{ github.token }}
|
|
||||||
run-id: ${{ github.event.workflow_run.id }}
|
|
||||||
|
|
||||||
- name: Upsert advisory comment
|
- name: Upsert advisory comment
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue