Skip to content

Commit

Permalink
Merge pull request #5 from iamdharmesh/develop
Browse files Browse the repository at this point in the history
v1.0.4
  • Loading branch information
iamdharmesh authored Apr 20, 2022
2 parents 56af9e2 + ee3af0d commit 4c283f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ fi
# Setup Git config and push .pot file to github repo
git config --global user.name "WordPress .pot File Generator"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global --add safe.directory "$GITHUB_WORKSPACE"

REPO_NAME="$GITHUB_REPOSITORY"
if [ "$GITHUB_EVENT_NAME" == "pull_request" ]; then
Expand Down

0 comments on commit 4c283f5

Please sign in to comment.