Skip to content

Commit

Permalink
fix(cli): ⚡ refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
leifermendez committed Jan 16, 2023
1 parent 5e87918 commit 039ce5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
git config --local user.email 'action@github.com'
git config --local user.name 'GitHub Action'
git add .
git commit -m '"${{ steps.vars.outputs.commit }}"'
git commit -m "${{ steps.vars.outputs.commit }}"
- name: Push changes
uses: ad-m/github-push-action@master
Expand Down

0 comments on commit 039ce5d

Please # to comment.