Skip to content

Commit 96b554d

Browse files
authored
Fix name and message of dependency guard actions (#1196)
Change-Id: I9f4c51036f8322302653287db508a76415801a56
1 parent c1d6c88 commit 96b554d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/Build.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)