mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-17 19:26:23 +00:00
fix(bot): 🐛 body undefined
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user