We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a98119e commit c5b0ec3Copy full SHA for c5b0ec3
1 file changed
.github/workflows/sync-main-to-dev.yaml
@@ -31,6 +31,8 @@ jobs:
31
id: pull_request
32
shell: bash
33
run: |
34
+ git config user.name ${GITHUB_ACTOR}
35
+ git config user.email "a@b.c"
36
SYNC="$BASE-sync-with-$HEAD"
37
git fetch origin $HEAD $BASE
38
git checkout -b $SYNC origin/$SYNC || git checkout -b $SYNC origin/$BASE
0 commit comments