Skip to content

Commit

Permalink
publish-commit-bottles: make @BrewTestBot the author of automatic b…
Browse files Browse the repository at this point in the history
…ottle commits

Addresses #144087 (comment).
  • Loading branch information
ZhongRuoyu committed Sep 22, 2023
1 parent 97ddefe commit 119f5b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-commit-bottles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,8 @@ jobs:
- name: Configure Git user
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 119f5b6

Please sign in to comment.