We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32eca75 commit ad6ada7Copy full SHA for ad6ada7
1 file changed
clients/cli/.github/workflows/release.yml
@@ -83,10 +83,13 @@ jobs:
83
- name: Checkout
84
uses: actions/checkout@v4
85
- name: Update Homebrew formula
86
- uses: dawidd6/action-homebrew-bump-formula@75ed025ff3ad1d617862838b342b06d613a0ddf3 # v3.10.1
+ uses: dawidd6/action-homebrew-bump-formula@1446dca236b0440c6f02723a3f14f13be2c04ab0 # v7
87
with:
88
# Required, custom GitHub access token with the 'public_repo' and 'workflow' scopes
89
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
93
# Formula name, required
94
formula: phrase-cli
95
# Optional, will be determined automatically
0 commit comments