Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bashamega committed Jul 24, 2024
1 parent ad12461 commit f1d9841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fromat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- name: Commit changes
run: |
git add app/. backend/. components/. lib/. types/. prisma/. public/.
git commit -m "Format"
git add app/* backend/. components/* lib/* types/* prisma/* public/*
git commit -m "Formatted code 🔥"
git push origin HEAD:${{ github.ref }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit f1d9841

Please sign in to comment.