Compare commits

..

1 commit

Author SHA1 Message Date
6635e00cd1
feat: use download-artifact instead of manually downloading it
Some checks failed
/ check (treefmt) (push) Successful in 3s
/ report-size (push) Failing after 2s
/ report-download-check (push) Has been skipped
This should hopefully work on private repos too!
2025-05-14 22:50:11 +02:00

View file

@ -150,8 +150,8 @@ runs:
if: steps.previous-report.outcome == 'success'
with:
name: ${{ inputs.artifact-name }}
github-token: ${{ inputs.github-token }}
# run-id: ${{ steps.previous-report.outputs.run-id }}
# github-token: ${{ inputs.github-token }}
run-id: ${{ steps.previous-report.outputs.run-id }}
- name: Create report
if: inputs.comment-on-pr == 'true' || inputs.generate-artifact == 'true'
env: