fix(cli): refactor

This commit is contained in:
Leifer Mendez
2023-01-16 09:21:26 +01:00
parent 716349a839
commit 6683715ad6
10 changed files with 180 additions and 2 deletions

View File

@@ -40,6 +40,15 @@ jobs:
- name: Check Twilio
run: yarn node ./scripts/checker.js --name=twilio --stable=true
- uses: stefanzweifel/git-auto-commit-action@v4
- 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 add .
git commit -m 'major'
- name: Push changes
uses: ad-m/github-push-action@master
with:
commit_message: 'ci(providers): 👍 updated versions stable providers'
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: feature/providers-major