Skip to content

Commit

Permalink
Merge pull request #2 from rozzong/update-user
Browse files Browse the repository at this point in the history
Update GitHub Actions bot user name and email
  • Loading branch information
northy committed Aug 18, 2023
2 parents 6245687 + 02389ac commit 36e09e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ rm split.py

echo "Commiting and pushing"

git config --global user.email "action@github.com"
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]"

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

git push "${remote_repo}" --quiet

echo "Done!"
echo "Done!"

0 comments on commit 36e09e5

Please sign in to comment.