Skip to content

Commit cb227de

Browse files
committed
Remove cd into directory we're already in
1 parent f3e3fdc commit cb227de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

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

0 commit comments

Comments
 (0)