We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36d76c1 commit b904567Copy full SHA for b904567
.github/workflows/publish.yml
@@ -41,9 +41,9 @@ jobs:
41
run: brew install-bundler-gems
42
43
- name: Configure Git User
44
- uses: Homebrew/actions/git-user-config@master
45
- with:
46
- username: github-actions[bot]
+ run:
+ git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
+ git config --global user.name "github-actions[bot]"
47
48
- name: Checkout PR Branch
49
working-directory: ${{ steps.set-up-homebrew.outputs.repository-path }}
0 commit comments