Skip to content

Commit

Permalink
dispatch-rebottle: make @BrewTestBot the author of automatic bottle…
Browse files Browse the repository at this point in the history
… commits

Addresses #144087 (comment).
  • Loading branch information
ZhongRuoyu committed Sep 22, 2023
1 parent bb18e96 commit 97ddefe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dispatch-rebottle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ jobs:
- name: Setup git
id: git-user-config
uses: Homebrew/actions/git-user-config@master
with:
username: ${{ (github.actor != 'github-actions[bot]' && github.actor) || 'BrewTestBot' }}

- name: Set up commit signing
uses: Homebrew/actions/setup-commit-signing@master
Expand Down

0 comments on commit 97ddefe

Please sign in to comment.