Skip to content

Commit

Permalink
fix: update script for push-readme-theme.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
FajarKim committed Nov 12, 2023
1 parent 9c45413 commit fa35af0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/push-theme-readme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ set -x
set -e

git --version
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "GitHub Actions"
git config --global user.email "86386385+FajarKim@users.noreply.github.com"
git config --global user.name "Rangga Fajar Oktariansyah"
git config --global --add safe.directory ${GITHUB_WORKSPACE}
git add --all
git commit --no-verify --message "docs(theme): auto update theme readme"
Expand Down

0 comments on commit fa35af0

Please sign in to comment.