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 4dbf6ac commit 050ca24Copy full SHA for 050ca24
.github/workflows/update-homebrew-formula.yml
@@ -49,9 +49,9 @@ jobs:
49
class Ch < Formula
50
desc "Cheatsheet generator with markdown rendering"
51
homepage "https://github.com/nicholascross/ch.sh"
52
- url "https://github.com/nicholascross/ch.sh/archive/refs/tags/\${LATEST_TAG}.tar.gz"
53
- sha256 "\${SHA256}"
54
- version "\${LATEST_TAG}"
+ url "https://github.com/nicholascross/ch.sh/archive/refs/tags/${{env.LATEST_TAG}}.tar.gz"
+ sha256 "${{env.SHA256}}"
+ version "${{env.LATEST_TAG}}"
55
56
depends_on "glow"
57
depends_on "nicholascross/promptly/promptly"
0 commit comments