Skip to content

Commit 85781b3

Browse files
committed
[ci] Fixing command for Java deps by using @maven
[skip ci]
1 parent ee6cd6a commit 85781b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-renovate-rbe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v4
1616
- name: java - repin dependencies
1717
if: contains(join(github.event.commits.*.message), '[java]')
18-
run: RULES_JVM_EXTERNAL_REPIN=1 bazel run @unpinned_maven//:pin
18+
run: RULES_JVM_EXTERNAL_REPIN=1 bazel run @maven//:pin
1919
- name: rust - repin dependencies
2020
if: contains(join(github.event.commits.*.message), '[rust]')
2121
run: CARGO_BAZEL_REPIN=true bazel sync --only=crates

0 commit comments

Comments
 (0)