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 e920fdb commit 179196eCopy full SHA for 179196e
1 file changed
.github/workflows/github-actions-check-bazel-lock.yml
@@ -19,5 +19,9 @@ jobs:
19
20
- name: Differences to be adressed
21
run: |
22
- echo "If there are discrepancies, apply the following patch"
23
diff MODULE.bazel.before MODULE.bazel
+ if [ $? -ne 0 ]; then
24
+ echo "Run"
25
+ echo "bazelisk mod deps --lockfile_mode=update"
26
+ echo "and update pull request"
27
+ fi
0 commit comments