Skip to content

Commit

Permalink
Merge pull request #150 from MikroElektronika/fix/merge_master_script
Browse files Browse the repository at this point in the history
Added credentials to be non-github-actions for merging script
  • Loading branch information
StrahinjaJacimovic authored Nov 6, 2024
2 parents 422b6ee + a50745f commit e9fc7bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mergeMasterToBranches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit e9fc7bc

Please sign in to comment.