fix(bot): 🐛 body undefined

This commit is contained in:
Leifer Mendez
2023-01-16 11:44:23 +01:00
parent a118bbbf7f
commit 9234cf1c5d

View File

@@ -107,10 +107,10 @@ jobs:
git config --global user.name 'GitHub Action'
git add packages/provider
git add starters/apps
git pull origin feature/providers-major
- name: Commit Versioning & Push changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: '${{ steps.vars.outputs.commit }}'
branch: feature/providers-major
push_options: '--force'