mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-21 21:19:17 +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 config --global user.name 'GitHub Action'
|
||||||
git add packages/provider
|
git add packages/provider
|
||||||
git add starters/apps
|
git add starters/apps
|
||||||
git pull origin feature/providers-major
|
|
||||||
|
|
||||||
- name: Commit Versioning & Push changes
|
- name: Commit Versioning & Push changes
|
||||||
uses: stefanzweifel/git-auto-commit-action@v4
|
uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
with:
|
with:
|
||||||
commit_message: '${{ steps.vars.outputs.commit }}'
|
commit_message: '${{ steps.vars.outputs.commit }}'
|
||||||
branch: feature/providers-major
|
branch: feature/providers-major
|
||||||
|
push_options: '--force'
|
||||||
|
|||||||
Reference in New Issue
Block a user