Skip to content

Commit 765e459

Browse files
committed
Set github account's identity in workflow
1 parent 0c55fdc commit 765e459

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/auto-translations-pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
run: |
35+
git config --global user.email "[email protected]"
36+
git config --global user.name "GitHub Actions"
3537
branch_name=$(../automations/scripts/create_branch_for_language.sh origin main l10n_main ${{ github.event.inputs.language_code }})
3638
echo "BRANCH_NAME=$branch_name" >> $GITHUB_ENV
3739
working-directory: ./numpy.org

0 commit comments

Comments
 (0)