Skip to content

Commit 684ab9b

Browse files
committed
Change upstream remote to origin in auto-pr workflow
1 parent cb227de commit 684ab9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333
run: |
34-
branch_name=$(../automations/scripts/create_branch_for_language.sh numpy main l10n_main ${{ github.event.inputs.language_code }})
34+
branch_name=$(../automations/scripts/create_branch_for_language.sh origin main l10n_main ${{ github.event.inputs.language_code }})
3535
echo "BRANCH_NAME=$branch_name" >> $GITHUB_ENV
3636
working-directory: ./numpy.org
3737

0 commit comments

Comments
 (0)