Skip to content

Commit c21ce2d

Browse files
committed
Fix graphUpdate naming in workflow
1 parent 29e3dae commit c21ce2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
commit_message: "🤖 Updates baselines for Dependency Guard"
7979

8080
- name: Update Graphs
81-
run: ./gradlew updateGraph
81+
run: ./gradlew graphUpdate
8282

8383
- name: Check Graphs
8484
id: graphs_verify
@@ -89,7 +89,7 @@ jobs:
8989
continue-on-error: false
9090
if: steps.graphs_verify.outcome == 'failure' && github.event.pull_request.head.repo.full_name != github.repository
9191
run: |
92-
echo "::error::Check Graphs failed, please update graphs with: ./gradlew updateGraph" && exit 1
92+
echo "::error::Check Graphs failed, please update graphs with: ./gradlew graphUpdate" && exit 1
9393
9494
- name: Push new graphs if available
9595
if: steps.graphs_verify.outcome == 'failure' && github.event_name == 'pull_request'

0 commit comments

Comments
 (0)