Compare commits
1 commit
32a67156d7
...
1b9c865681
Author | SHA1 | Date | |
---|---|---|---|
1b9c865681 |
1 changed files with 2 additions and 0 deletions
|
@ -120,6 +120,7 @@ runs:
|
||||||
env:
|
env:
|
||||||
BASE_BRANCH: ${{ inputs.base-branch }}
|
BASE_BRANCH: ${{ inputs.base-branch }}
|
||||||
JOB_NAME: ${{ inputs.job-name }}
|
JOB_NAME: ${{ inputs.job-name }}
|
||||||
|
ARTIFACT_NAME: ${{ inputs.artifact-name }}
|
||||||
run: |
|
run: |
|
||||||
. "${GITHUB_ACTION_PATH}/utils.sh"
|
. "${GITHUB_ACTION_PATH}/utils.sh"
|
||||||
|
|
||||||
|
@ -142,6 +143,7 @@ runs:
|
||||||
'[.workflow_runs[] | select(.name == $name and .head_branch == $head_branch)] | first | .id')
|
'[.workflow_runs[] | select(.name == $name and .head_branch == $head_branch)] | first | .id')
|
||||||
|
|
||||||
echo "run-id=$run_id" >> "$GITHUB_OUTPUT"
|
echo "run-id=$run_id" >> "$GITHUB_OUTPUT"
|
||||||
|
log Would try to download "$ARTIFACT_NAME" from "$run_id"
|
||||||
- name: Download previous report
|
- name: Download previous report
|
||||||
uses: https://git.salame.cl/actions/download-artifact@d8d0a99033603453ad2255e58720b460a0555e1e # v4
|
uses: https://git.salame.cl/actions/download-artifact@d8d0a99033603453ad2255e58720b460a0555e1e # v4
|
||||||
# Ensure the previous step succeeded
|
# Ensure the previous step succeeded
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue