Skip to content

Commit b904567

Browse files
committed
ci: fix git user config
1 parent 36d76c1 commit b904567

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
run: brew install-bundler-gems
4242

4343
- name: Configure Git User
44-
uses: Homebrew/actions/git-user-config@master
45-
with:
46-
username: github-actions[bot]
44+
run:
45+
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
46+
git config --global user.name "github-actions[bot]"
4747

4848
- name: Checkout PR Branch
4949
working-directory: ${{ steps.set-up-homebrew.outputs.repository-path }}

0 commit comments

Comments
 (0)