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