Skip to content

Commit 714be0a

Browse files
authored
Uncomment git config lines in workflow file
1 parent 3afc396 commit 714be0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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 "[email protected]"
37+
git config user.name ${GITHUB_ACTOR}
38+
git config user.email "[email protected]"
3939
SYNC="$BASE-sync-with-$HEAD"
4040
4141
git fetch origin -v

0 commit comments

Comments
 (0)