Skip to content

Commit d8af546

Browse files
authored
Merge pull request #74 from ralfhandl/dev-sync-with-main
dev: sync with main
2 parents 9679a47 + 062ef98 commit d8af546

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/sync-dev-to-vX.Y-dev.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
id: pull_requests
3535
shell: bash
3636
run: |
37-
git config user.name ${GITHUB_ACTOR}
38-
git config user.email "a@b.c"
37+
git config user.name "github-actions[bot]"
38+
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
3939
4040
DEV_BRANCHES=$(git branch -r --list origin/v?.?-dev)
4141
for DEV_BRANCH in $DEV_BRANCHES; do

.github/workflows/sync-main-to-dev.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
id: pull_request
3535
shell: bash
3636
run: |
37-
git config user.name ${GITHUB_ACTOR}
38-
git config user.email "a@b.c"
37+
git config user.name "github-actions[bot]"
38+
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
3939
SYNC="$BASE-sync-with-$HEAD"
4040
4141
git checkout -b $SYNC origin/$SYNC || git checkout -b $SYNC origin/$BASE

0 commit comments

Comments
 (0)