Skip to content

Commit cd14b48

Browse files
committed
Add automerge workflow
1 parent e64a99e commit cd14b48

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/automerge.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,15 @@ jobs:
2626
git clone ${{env.MY_REPO}} -b ${{env.MY_BRANCH}} tmp
2727
cd tmp
2828
- name: Configure git
29+
working-directory: tmp
2930
run: |
3031
git config user.name "Automerge Bot"
3132
git config user.email "[email protected]"
3233
- name: Merge with main
34+
working-directory: tmp
3335
run: |
3436
git pull ${{env.MASTER_REPO}} ${{env.MASTER_BRANCH}}
3537
- name: Push changes
38+
working-directory: tmp
3639
run: |
3740
git push

0 commit comments

Comments
 (0)