Skip to content

Commit

Permalink
Add user credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
kodebanget authored Feb 4, 2024
1 parent 428c296 commit b459437
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/get-upstream-changes-I10n-id.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
FILE_IS_UPDATED=$(git diff --compact-summary origin/main upstream/main | grep 'id/messages.po')
echo $FILE_IS_UPDATED
if [ "$FILE_IS_UPDATED" != "" ]; then
git config user.email "[email protected]"
git config user.name "kemarau"
git merge upstream/main
git push origin main
fi

0 comments on commit b459437

Please sign in to comment.