Compare commits

..

1 commit

Author SHA1 Message Date
e2bc66d22c
feat: use download-artifact instead of manually downloading it
Some checks failed
/ check (treefmt) (push) Successful in 3s
/ check-renovaterc (push) Successful in 3s
/ report-size (push) Failing after 1s
This should hopefully work on private repos too!
2025-05-13 21:02:58 +02:00

View file

@ -149,10 +149,9 @@ runs:
# Ensure the previous step succeeded # Ensure the previous step succeeded
if: steps.previous-report.outcome == 'success' if: steps.previous-report.outcome == 'success'
with: with:
name: report.json name: ${{ inputs.artifact-name }}
# github-token: ${{ inputs.github-token }} github-token: ${{ inputs.github-token }}
repository: jalil/nix-flake-outputs-size run-id: ${{ steps.previous-report.outputs.run-id }}
run-id: 15
- name: Create report - name: Create report
if: inputs.comment-on-pr == 'true' || inputs.generate-artifact == 'true' if: inputs.comment-on-pr == 'true' || inputs.generate-artifact == 'true'
env: env: