Skip to content

Commit

Permalink
Set git config user for committing
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Oct 4, 2023
1 parent a2ffbe9 commit 32b4ffa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
ruby-version: 2.7
bundler-cache: true

- name: Setup git config
run: git config user.name "GitHub Actions Bot" |
git config user.email "<>"

- run: bundle exec rake dependencies:update

- name: Create pull request
Expand Down

0 comments on commit 32b4ffa

Please sign in to comment.