We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6245687 + 02389ac commit 36e09e5Copy full SHA for 36e09e5
run.sh
@@ -18,8 +18,8 @@ rm split.py
18
19
echo "Commiting and pushing"
20
21
-git config --global user.email "action@github.com"
22
-git config --global user.name "GitHub Actions Bot"
+git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
+git config --global user.name "github-actions[bot]"
23
24
git add ${INPUT_ROOT_FOLDER}${INPUT_OUTPUT_FOLDER} ${INPUT_OUTPUT_MD} > /dev/null
25
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
28
29
git push "${remote_repo}" --quiet
30
31
-echo "Done!"
+echo "Done!"
0 commit comments