Skip to content

Commit 9e0b361

Browse files
authored
Update workspace_snippet.sh
1 parent 33be7eb commit 9e0b361

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/workspace_snippet.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ cat << EOF
2525
2626
\`\`\`starlark
2727
bazel_dep(name = "rules_gitops", version = "${TAG:1}")
28+
git_override(
29+
module_name = "rules_gitops",
30+
remote = "https://github.com/fasterci/rules_gitops",
31+
commit = "${GITHUB_SHA}",
32+
)
2833
2934
kustomize = use_extension("@rules_gitops//gitops:extensions.bzl", "kustomize")
3035
kustomize.kustomize_toolchain()

0 commit comments

Comments
 (0)