Skip to content

Commit c2fbc52

Browse files
committed
Don't forget to push
1 parent 7060896 commit c2fbc52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
git config --global user.name "GitHub Actions"
4141
../automations/scripts/create_branch_for_language.sh origin main l10n_main ${{ github.event.inputs.language_code }}
4242
branch_name=$(git rev-parse --abbrev-ref HEAD)
43+
git push -u origin $branch_name
4344
echo "BRANCH_NAME=$branch_name" >> $GITHUB_ENV
4445
working-directory: ./numpy.org
4546

0 commit comments

Comments
 (0)