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 765e459 commit 2d25621Copy full SHA for 2d25621
.github/workflows/auto-translations-pr.yml
@@ -34,7 +34,8 @@ jobs:
34
run: |
35
git config --global user.email "[email protected]"
36
git config --global user.name "GitHub Actions"
37
- branch_name=$(../automations/scripts/create_branch_for_language.sh origin main l10n_main ${{ github.event.inputs.language_code }})
+ ../automations/scripts/create_branch_for_language.sh origin main l10n_main ${{ github.event.inputs.language_code }}
38
+ branch_name=$(git rev-parse --abbrev-ref HEAD)
39
echo "BRANCH_NAME=$branch_name" >> $GITHUB_ENV
40
working-directory: ./numpy.org
41
0 commit comments