From 503b6dd266ce66fa63f113a7697d4fa03b17eb6c Mon Sep 17 00:00:00 2001 From: Tw93 Date: Sun, 28 Sep 2025 17:10:19 +0800 Subject: [PATCH] :bug: update formula name --- .github/workflows/homebrew.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/homebrew.yml b/.github/workflows/homebrew.yml index 41e3dfc..00de271 100644 --- a/.github/workflows/homebrew.yml +++ b/.github/workflows/homebrew.yml @@ -12,10 +12,10 @@ jobs: uses: dawidd6/action-homebrew-bump-formula@v3 with: token: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }} - formula: clean-mac + formula: mole tap: tw93/homebrew-tap create_pullrequest: true commit_message: | - Update clean-mac to {{version}} + Update mole to {{version}} Created by action-homebrew-bump-formula