Skip to content

Commit c5b0ec3

Browse files
committed
Update sync-main-to-dev.yaml
1 parent a98119e commit c5b0ec3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
id: pull_request
3232
shell: bash
3333
run: |
34+
git config user.name ${GITHUB_ACTOR}
35+
git config user.email "a@b.c"
3436
SYNC="$BASE-sync-with-$HEAD"
3537
git fetch origin $HEAD $BASE
3638
git checkout -b $SYNC origin/$SYNC || git checkout -b $SYNC origin/$BASE

0 commit comments

Comments
 (0)