diff --git a/.github/workflows/mergeMasterToBranches.yaml b/.github/workflows/mergeMasterToBranches.yaml index 570615328..4c726e898 100644 --- a/.github/workflows/mergeMasterToBranches.yaml +++ b/.github/workflows/mergeMasterToBranches.yaml @@ -21,8 +21,8 @@ jobs: - name: Add GitHub Actions credentials run: | - git config user.name github-actions - git config user.email github-actions@github.com + git config user.name ivan.ruzavin + git config user.email ivan.ruzavin@mikroe.com - name: Merge main to new-feature branches run: |