We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7060896 commit c2fbc52Copy full SHA for c2fbc52
.github/workflows/auto-translations-pr.yml
@@ -40,6 +40,7 @@ jobs:
40
git config --global user.name "GitHub Actions"
41
../automations/scripts/create_branch_for_language.sh origin main l10n_main ${{ github.event.inputs.language_code }}
42
branch_name=$(git rev-parse --abbrev-ref HEAD)
43
+ git push -u origin $branch_name
44
echo "BRANCH_NAME=$branch_name" >> $GITHUB_ENV
45
working-directory: ./numpy.org
46
0 commit comments