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 1172fa3 commit 2fd305dCopy full SHA for 2fd305d
.github/workflows/workspace_snippet.sh
@@ -14,7 +14,7 @@ WORKSPACE snippet:
14
\`\`\`starlark
15
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
16
http_archive(
17
- name = "",
+ name = "${REPO_NAME}",
18
sha256 = "${SHA}",
19
strip_prefix = "${PREFIX}",
20
url = "https://github.com/${GITHUB_REPOSITORY}/archive/refs/tags/${TAG}.tar.gz",
0 commit comments