fix(bot): 🐛 body undefined

This commit is contained in:
Leifer Mendez
2023-01-16 11:30:36 +01:00
parent f54dea52b0
commit a118bbbf7f

View File

@@ -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