Skip to content

Commit

Permalink
Last try
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciabad authored Oct 17, 2023
1 parent db789a1 commit 02f3436
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,15 @@ jobs:
- name: 🖌️ Run format
run: pnpm format

- name: 🍾 Commit & Push changes
uses: actions-js/push@master

- name: 🍾 Commit changes
run: |
git config --local user.email "56104765+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git commit -a -m "chore: Auto-fix lint errors"
- name: 🍾 Push changes
uses: ad-m/github-push-action@master
with:
message: 'chore: Auto-fix lint errors'
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}

0 comments on commit 02f3436

Please sign in to comment.