Skip to content

Commit

Permalink
ci(generate-locale-readme): Update for CLI commands create prs
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierNotFound committed Dec 8, 2023
1 parent 91d13b0 commit 016f279
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/generate-locale-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
- name: Create Pull Request
run: |
gh pr create --title "docs(translation): auto update translation readme" --body ""
if [[ "$(git status --porcelain)" != "" ]]; then
gh pr create --title "docs(translation): auto update translation readme" --body ""
fi
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 016f279

Please sign in to comment.