File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 59
59
60
60
- name : Create Pull Request
61
61
run : |
62
- gh auth login --with-token ${{ secrets.GITHUB_TOKEN }}
62
+ echo " ${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
63
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
Original file line number Diff line number Diff line change 60
60
61
61
- name : Create Pull Request
62
62
run : |
63
- gh auth login --with-token ${{ secrets.GITHUB_TOKEN }}
63
+ echo " ${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
64
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
Original file line number Diff line number Diff line change 55
55
56
56
- name : Create Pull Request
57
57
run : |
58
- gh auth login --with-token ${{ secrets.GITHUB_TOKEN }}
58
+ echo " ${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
59
59
gh pr create --base dev --head "automated-update-${{ env.TIMESTAMP }}" --title "Update community events from external spreadsheet - ${{ env.READABLE_DATE }}" --body-file pr_body.txt
You can’t perform that action at this time.
0 commit comments