Skip to content

Commit

Permalink
Set git config
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanCraft623 committed Jul 12, 2024
1 parent 7d701db commit 358b53c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
- name: Checkout base branch
run: git checkout ${{ github.event.inputs.base }}

- name: Set Git config
run: |
git config user.name github-actions
git config user.email [email protected]
- name: Attempt to merge head into base
id: merge
run: |
Expand Down

0 comments on commit 358b53c

Please sign in to comment.