Compare commits
1 commit
2ae888ad64
...
87f358b9e0
Author | SHA1 | Date | |
---|---|---|---|
87f358b9e0 |
1 changed files with 3 additions and 3 deletions
|
@ -149,9 +149,9 @@ runs:
|
|||
# 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.run-id }}
|
||||
name: report.json
|
||||
# github-token: ${{ inputs.github-token }}
|
||||
run-id: 15
|
||||
- name: Create report
|
||||
if: inputs.comment-on-pr == 'true' || inputs.generate-artifact == 'true'
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue