Skip to content

Commit

Permalink
Add user config for automated merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmrigney committed Nov 13, 2023
1 parent 419815e commit d3bb063
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/merge-main-into-small-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
- uses: actions/checkout@v4
- name: Merge with main
run: |
git config user.name github-actions
git config user.email [email protected]
git fetch
git checkout small-image
git merge main --no-ff --no-edit
Expand Down

0 comments on commit d3bb063

Please sign in to comment.