fix(bot): 🐛 body undefined

This commit is contained in:
Leifer Mendez
2023-01-16 11:17:25 +01:00
parent ecf0eef928
commit 70dd4d73e8
2 changed files with 2 additions and 1 deletions

View File

@@ -49,4 +49,4 @@ jobs:
with:
commit_message: 'ci(providers): check provider versions'
create_branch: true
branch: feature/breaking-change
branch: feature/providers-major

View File

@@ -106,6 +106,7 @@ jobs:
git config --local user.email 'action@github.com'
git config --local user.name 'GitHub Action'
git add .
git pull origin feature/providers-major
- name: Commit Versioning & Push changes
uses: stefanzweifel/git-auto-commit-action@v4