Compare commits
1 commit
cf7b4029e1
...
155288521d
Author | SHA1 | Date | |
---|---|---|---|
155288521d |
1 changed files with 5 additions and 6 deletions
|
@ -48,10 +48,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- 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
|
||||||
|
# if: steps.previous-report.outcome == 'success'
|
||||||
with:
|
with:
|
||||||
name: report.json
|
name: ${{ inputs.artifact-name }}
|
||||||
github-token: ${{ github.token }}
|
# github-token: ${{ inputs.github-token }}
|
||||||
run-id: 15
|
# run-id: ${{ steps.previous-report.outputs.run-id }}
|
||||||
- name: Verify report exists
|
|
||||||
run: |
|
|
||||||
cat report.json
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue