Skip to content

Commit ad6ada7

Browse files
committed
build(CLI): Bump homebrew bump
1 parent 32eca75 commit ad6ada7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

clients/cli/.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,13 @@ jobs:
8383
- name: Checkout
8484
uses: actions/checkout@v4
8585
- name: Update Homebrew formula
86-
uses: dawidd6/action-homebrew-bump-formula@75ed025ff3ad1d617862838b342b06d613a0ddf3 # v3.10.1
86+
uses: dawidd6/action-homebrew-bump-formula@1446dca236b0440c6f02723a3f14f13be2c04ab0 # v7
8787
with:
8888
# Required, custom GitHub access token with the 'public_repo' and 'workflow' scopes
8989
token: ${{secrets.GH_ACCESS_TOKEN}}
90+
# Avoid extra /user GitHub API call in the action
91+
user_name: github-actions[bot]
92+
user_email: 41898282+github-actions[bot]@users.noreply.github.com
9093
# Formula name, required
9194
formula: phrase-cli
9295
# Optional, will be determined automatically

0 commit comments

Comments
 (0)