Compare commits
1 commit
e5c9b8ab90
...
9ae615fc00
Author | SHA1 | Date | |
---|---|---|---|
9ae615fc00 |
2 changed files with 5 additions and 5 deletions
|
@ -90,7 +90,6 @@ runs:
|
||||||
# We want to generate a comment and we we able to find the PR number
|
# We want to generate a comment and we we able to find the PR number
|
||||||
if: inputs.comment-on-pr == 'true' && steps.pr-number.outputs.pr-number != ''
|
if: inputs.comment-on-pr == 'true' && steps.pr-number.outputs.pr-number != ''
|
||||||
env:
|
env:
|
||||||
ARTIFACT_NAME: ${{ inputs.artifact-name }}
|
|
||||||
PR_ID: ${{ steps.pr-number.outputs.pr-number }}
|
PR_ID: ${{ steps.pr-number.outputs.pr-number }}
|
||||||
COMMENT_ID: ${{ steps.find-comment.outputs.comment-id }}
|
COMMENT_ID: ${{ steps.find-comment.outputs.comment-id }}
|
||||||
DO_COMPARISON: ${{ inputs.do-comparison }}
|
DO_COMPARISON: ${{ inputs.do-comparison }}
|
||||||
|
|
|
@ -58,10 +58,11 @@ if [ "$(in_private_repo)" != 'true' ] && [ "$JOB_NAME" ]; then
|
||||||
error "Failed to find previous report, expected at: $report_url"
|
error "Failed to find previous report, expected at: $report_url"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
warn "Couldn't retrieve old report:
|
warn "Couldn't retrieve old report:"
|
||||||
note: This usually happens when running on private repos or when job-name is not set.
|
warn ' This usuially happens when running on private repos'
|
||||||
|
warn ' or when job-name is not set.'
|
||||||
See the README for more details"
|
warn
|
||||||
|
warn ' See the README for more details'
|
||||||
|
|
||||||
error "Falling back to slow method (checkout $base_branch and generate the report)"
|
error "Falling back to slow method (checkout $base_branch and generate the report)"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue