fix(cli): refactor

This commit is contained in:
Leifer Mendez
2023-01-16 09:54:10 +01:00
parent b393c11af6
commit f36cff1eef

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 'major'
git commit -m '"${{ github.event.head_commit.message }}"'
- name: Push changes
uses: ad-m/github-push-action@master