Skip to content

Commit b318a25

Browse files
committed
[skip ci]
1 parent 0b6cbdb commit b318a25

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/update-submodules.yml

+4
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ jobs:
3737
git branch -D $BRANCH_NAME
3838
fi
3939
40+
# Set up Git identity
41+
git config user.name "GitHub Actions"
42+
git config user.email "actions@github.com"
43+
4044
# Create a new branch and make changes
4145
git checkout -b $BRANCH_NAME
4246
git add .

0 commit comments

Comments
 (0)