Skip to content

Commit e242edb

Browse files
CI: Avoid global git settings in automerge action
1 parent 929bd90 commit e242edb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
- name: Merge dev -> master
7070
working-directory: source
7171
run: |
72-
git config --global user.name 'Florian Wagner'
73-
git config --global user.email 'florian-wagner@users.noreply.github.com'
72+
git config user.name 'Florian Wagner'
73+
git config user.email 'florian-wagner@users.noreply.github.com'
7474
git checkout master
7575
git merge dev --no-commit
7676
git push origin master

0 commit comments

Comments
 (0)