File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 38
38
run : brew install-bundler-gems
39
39
40
40
- name : Configure Git User
41
- uses : Homebrew/actions/git-user-config@master
42
- with :
43
- username : ${{ github.event_name == 'schedule' && ' github-actions[bot]' || github.actor }}
41
+ run : |
42
+ git config --global user.name "github-actions[bot]"
43
+ git config --global user.email "41898282+ github-actions[bot]@users.noreply. github.com"
44
44
45
45
- name : Bump Formulae
46
46
env :
Original file line number Diff line number Diff line change 41
41
run : brew install-bundler-gems
42
42
43
43
- name : Configure Git User
44
- run :
45
- git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
44
+ run : |
46
45
git config --global user.name "github-actions[bot]"
46
+ git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
47
47
48
48
- name : Checkout PR Branch
49
49
working-directory : ${{ steps.set-up-homebrew.outputs.repository-path }}
You can’t perform that action at this time.
0 commit comments