We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 929bd90 commit e242edbCopy full SHA for e242edb
.github/workflows/main.yml
@@ -69,8 +69,8 @@ jobs:
69
- name: Merge dev -> master
70
working-directory: source
71
run: |
72
- git config --global user.name 'Florian Wagner'
73
- git config --global user.email 'florian-wagner@users.noreply.github.com'
+ git config user.name 'Florian Wagner'
+ git config user.email 'florian-wagner@users.noreply.github.com'
74
git checkout master
75
git merge dev --no-commit
76
git push origin master
0 commit comments