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 69ed884 commit 596c2ebCopy full SHA for 596c2eb
.github/workflows/get-translation-progress.yml
@@ -60,5 +60,5 @@ jobs:
60
61
- name: Create Pull Request
62
run: |
63
- gh auth login --with-token <<< ${{ secrets.GITHUB_TOKEN }}
+ gh auth login --with-token ${{ secrets.GITHUB_TOKEN }}
64
gh pr create --base dev --head "automated-update-${{ env.TIMESTAMP }}" --title "Update translation progress from Crowdin - ${{ env.READABLE_DATE }}" --body-file pr_body.txt
0 commit comments