Skip to content

Commit 36e09e5

Browse files
authored
Merge pull request #2 from rozzong/update-user
Update GitHub Actions bot user name and email
2 parents 6245687 + 02389ac commit 36e09e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

run.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ rm split.py
1818

1919
echo "Commiting and pushing"
2020

21-
git config --global user.email "action@github.com"
22-
git config --global user.name "GitHub Actions Bot"
21+
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
22+
git config --global user.name "github-actions[bot]"
2323

2424
git add ${INPUT_ROOT_FOLDER}${INPUT_OUTPUT_FOLDER} ${INPUT_OUTPUT_MD} > /dev/null
2525
git diff-index --quiet HEAD || git commit -m "Compile MD" --quiet
@@ -28,4 +28,4 @@ remote_repo="https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSIT
2828

2929
git push "${remote_repo}" --quiet
3030

31-
echo "Done!"
31+
echo "Done!"

0 commit comments

Comments
 (0)