We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e3dae commit c21ce2dCopy full SHA for c21ce2d
.github/workflows/Build.yaml
@@ -78,7 +78,7 @@ jobs:
78
commit_message: "🤖 Updates baselines for Dependency Guard"
79
80
- name: Update Graphs
81
- run: ./gradlew updateGraph
+ run: ./gradlew graphUpdate
82
83
- name: Check Graphs
84
id: graphs_verify
@@ -89,7 +89,7 @@ jobs:
89
continue-on-error: false
90
if: steps.graphs_verify.outcome == 'failure' && github.event.pull_request.head.repo.full_name != github.repository
91
run: |
92
- echo "::error::Check Graphs failed, please update graphs with: ./gradlew updateGraph" && exit 1
+ echo "::error::Check Graphs failed, please update graphs with: ./gradlew graphUpdate" && exit 1
93
94
- name: Push new graphs if available
95
if: steps.graphs_verify.outcome == 'failure' && github.event_name == 'pull_request'
0 commit comments