We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e64a99e commit cd14b48Copy full SHA for cd14b48
1 file changed
.github/workflows/automerge.yml
@@ -26,12 +26,15 @@ jobs:
26
git clone ${{env.MY_REPO}} -b ${{env.MY_BRANCH}} tmp
27
cd tmp
28
- name: Configure git
29
+ working-directory: tmp
30
run: |
31
git config user.name "Automerge Bot"
32
git config user.email "[email protected]"
33
- name: Merge with main
34
35
36
git pull ${{env.MASTER_REPO}} ${{env.MASTER_BRANCH}}
37
- name: Push changes
38
39
40
git push
0 commit comments