We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfc321f commit 34726a5Copy full SHA for 34726a5
1 file changed
.github/workflows/brew.yml
@@ -64,7 +64,7 @@ jobs:
64
git clone "https://x-access-token:${HOMEBREW_TAP_GITHUB_TOKEN}@github.com/${TAP_REPOSITORY}.git" /tmp/homebrew-tap
65
mkdir -p /tmp/homebrew-tap/Formula
66
67
- ./scripts/render-homebrew-formula.sh "${TAG}" "${SHA256}" > /tmp/homebrew-tap/Formula/ko-browser.rb
+ bash ./scripts/render-homebrew-formula.sh "${TAG}" "${SHA256}" > /tmp/homebrew-tap/Formula/ko-browser.rb
68
69
cd /tmp/homebrew-tap
70
git config user.name "github-actions[bot]"
0 commit comments