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 3ee9ef9 commit f6fff82Copy full SHA for f6fff82
util/brew-update
@@ -1,7 +1,8 @@
1
#!/usr/bin/env ys-0
2
3
-releases-url =: 'https://github.com/yaml/yamlscript/releases'
4
-brew-url =: '[email protected]:yaml/homebrew-yamlscript'
+releases-url =: "https://github.com/yaml/yamlscript/releases"
+repo =: ENV.GITHUB_REPOSITORY_OWNER || 'yaml'
5
+brew-url =: "https://github.com/$repo/homebrew-yamlscript"
6
7
defn main(version):
8
check-version: version
0 commit comments