Skip to content

Commit 8390b67

Browse files
authored
workflow(homebrew): update to use personal fork (#1466)
Signed-off-by: Rui Chen <rui@chenrui.dev>
1 parent da1c7ad commit 8390b67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/homebrew.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ jobs:
99
name: Bump Homebrew formula
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: mislav/bump-homebrew-formula-action@v1
12+
- uses: mislav/bump-homebrew-formula-action@v2
1313
with:
1414
# A PR will be sent to github.com/Homebrew/homebrew-core to update this formula:
1515
formula-name: tflint
16+
push-to: chenrui333/homebrew-core
1617
env:
1718
COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}

0 commit comments

Comments
 (0)