Compare commits
1 commit
561ab5a516
...
e2bc66d22c
Author | SHA1 | Date | |
---|---|---|---|
e2bc66d22c |
1 changed files with 3 additions and 4 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue