mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-20 20:49:15 +00:00
fix(cli): ⚡ refactor
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -108,8 +108,8 @@ jobs:
|
|||||||
git add .
|
git add .
|
||||||
git commit -m "${{ steps.vars.outputs.commit }}"
|
git commit -m "${{ steps.vars.outputs.commit }}"
|
||||||
|
|
||||||
- name: Push changes
|
- name: Commit Versioning & Push changes
|
||||||
uses: ad-m/github-push-action@master
|
uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
commit_message: '${{ steps.vars.outputs.commit }}'
|
||||||
branch: feature/providers-major
|
branch: feature/providers-major
|
||||||
|
|||||||
Reference in New Issue
Block a user