fix(bot): 🐛 body undefined

This commit is contained in:
Leifer Mendez
2023-01-16 11:28:45 +01:00
parent 72e0a91050
commit f54dea52b0

View File

@@ -103,8 +103,8 @@ jobs:
- name: Add and commit changes to gh-pages branch
run: |
git config --local user.email 'action@github.com'
git config --local user.name 'GitHub Action'
git config --globa user.email 'action@github.com'
git config --globa user.name 'GitHub Action'
git add packages/provider
git add starters/apps
git pull origin feature/providers-major