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 7bf15dc commit 4f826d1Copy full SHA for 4f826d1
.github/workflows/workspace_snippet.sh
@@ -17,7 +17,7 @@ http_archive(
17
name = "rules_python",
18
sha256 = "${SHA}",
19
strip_prefix = "${PREFIX}",
20
- url = "https://github.com/bazelbuild/rules_python/archive/${TAG}.tar.gz",
+ url = "https://github.com/bazelbuild/rules_python/refs/tags/${TAG}.tar.gz",
21
)
22
\`\`\`
23
EOF
0 commit comments