Compare commits
1 commit
155288521d
...
74dfb24f5c
Author | SHA1 | Date | |
---|---|---|---|
74dfb24f5c |
1 changed files with 8 additions and 8 deletions
|
@ -46,11 +46,11 @@ jobs:
|
|||
runs-on: nixos
|
||||
needs: report-size
|
||||
steps:
|
||||
- name: Download previous report
|
||||
uses: https://git.salame.cl/actions/download-artifact@d8d0a99033603453ad2255e58720b460a0555e1e # v4
|
||||
# Ensure the previous step succeeded
|
||||
# if: steps.previous-report.outcome == 'success'
|
||||
with:
|
||||
name: ${{ inputs.artifact-name }}
|
||||
# github-token: ${{ inputs.github-token }}
|
||||
# run-id: ${{ steps.previous-report.outputs.run-id }}
|
||||
- name: Download previous report
|
||||
uses: https://git.salame.cl/actions/download-artifact@d8d0a99033603453ad2255e58720b460a0555e1e # v4
|
||||
# Ensure the previous step succeeded
|
||||
# if: steps.previous-report.outcome == 'success'
|
||||
with:
|
||||
name: ${{ inputs.artifact-name }}
|
||||
# github-token: ${{ inputs.github-token }}
|
||||
# run-id: ${{ steps.previous-report.outputs.run-id }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue