From a50745f1388bfe987aaedc50be883ef44e9c7a4d Mon Sep 17 00:00:00 2001 From: "ivan.ruzavin" Date: Tue, 5 Nov 2024 08:42:14 +0100 Subject: [PATCH] Added credentials to be non-github-actions --- .github/workflows/mergeMasterToBranches.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: |