Skip to content

Commit

Permalink
chore(gha): modify gha cli usage for i18n download (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kohei authored Feb 18, 2024
1 parent de25f83 commit 03c78c4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/i18n-download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ jobs:
gh pr create \
--base main \
--head i18n-update-${{ github.run_id }} \
--assignee @me \
--title "feat(i18n): apply i18n dictionary update(s)" \
--body "This pull request is created by SimpleLocalize integration." \
--reviewer @axross
--title "feat(i18n): apply i18n dictionary update(s)"
--body "This pull request is created by SimpleLocalize integration."
--reviewer axross
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 03c78c4

Please sign in to comment.