mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-20 20:49:15 +00:00
fix(bot): 🐛 body undefined
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -103,8 +103,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Add and commit changes to gh-pages branch
|
- name: Add and commit changes to gh-pages branch
|
||||||
run: |
|
run: |
|
||||||
git config --globa user.email 'action@github.com'
|
git config --global user.email 'action@github.com'
|
||||||
git config --globa 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
|
git pull origin feature/providers-major
|
||||||
|
|||||||
Reference in New Issue
Block a user