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/check-provider-major.yml
vendored
2
.github/workflows/check-provider-major.yml
vendored
@@ -49,4 +49,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
commit_message: 'ci(providers): check provider versions'
|
commit_message: 'ci(providers): check provider versions'
|
||||||
create_branch: true
|
create_branch: true
|
||||||
branch: feature/breaking-change
|
branch: feature/providers-major
|
||||||
|
|||||||
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -106,6 +106,7 @@ jobs:
|
|||||||
git config --local user.email 'action@github.com'
|
git config --local user.email 'action@github.com'
|
||||||
git config --local user.name 'GitHub Action'
|
git config --local user.name 'GitHub Action'
|
||||||
git add .
|
git add .
|
||||||
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user