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:
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
|
||||
run: |
|
||||
git config --globa user.email 'action@github.com'
|
||||
git config --globa user.name 'GitHub Action'
|
||||
git config --global user.email 'action@github.com'
|
||||
git config --global user.name 'GitHub Action'
|
||||
git add packages/provider
|
||||
git add starters/apps
|
||||
git pull origin feature/providers-major
|
||||
|
||||
Reference in New Issue
Block a user