Skip to content

Commit

Permalink
ci(auto-build-package): 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 016f279 commit 21933e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/auto-build-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ jobs:
- name: Create Pull Request
run: |
gh pr create --title "build(deps): bump all dependencies and devDependencies version" --body ""
if [[ "$(git status --porcelain)" != "" ]]; then
gh pr create --title "build(deps): bump all dependencies and devDependencies version" --body ""
fi
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 21933e6

Please sign in to comment.