Skip to content

Commit 179196e

Browse files
committed
Apply review comment.
Signed-off-by: Henner Zeller <h.zeller@acm.org>
1 parent e920fdb commit 179196e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/github-actions-check-bazel-lock.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,9 @@ jobs:
1919
2020
- name: Differences to be adressed
2121
run: |
22-
echo "If there are discrepancies, apply the following patch"
2322
diff MODULE.bazel.before MODULE.bazel
23+
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

Comments
 (0)