fix(cli): refactor

This commit is contained in:
Leifer Mendez
2023-01-16 09:58:46 +01:00
parent f36cff1eef
commit 56fcb8fb72

View File

@@ -97,7 +97,7 @@ jobs:
git config --local user.email 'action@github.com'
git config --local user.name 'GitHub Action'
git add .
git commit -m '"${{ github.event.head_commit.message }}"'
git commit -m "${{ github.event.head_commit.message }}"
- name: Push changes
uses: ad-m/github-push-action@master