File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -55,11 +55,10 @@ jobs:
5555 continue-on-error : false
5656 if : steps.dependencyguard_verify.outcome == 'failure' && github.event.pull_request.head.repo.full_name != github.repository
5757 run : |
58- echo "::error::Dependency Guard failed, please run the following to update baselines:\n" \
59- " ./gradlew dependencyGuardBaseline" && exit 1
58+ echo "::error::Dependency Guard failed, please update baselines with: ./gradlew dependencyGuardBaseline" && exit 1
6059
6160 # Runs if previous job failed
62- - name : Generate new screenshots if verification failed and it's a PR
61+ - name : Generate new Dependency Guard baselines if verification failed and it's a PR
6362 id : dependencyguard_baseline
6463 if : steps.dependencyguard_verify.outcome == 'failure' && github.event_name == 'pull_request'
6564 run : |
You can’t perform that action at this time.
0 commit comments