chore: fix lint action

This commit is contained in:
Marcos Susaña 2024-06-12 07:50:43 -04:00 committed by GitHub
parent 20bb778722
commit 54601594f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,6 +34,7 @@ jobs:
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com' git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
git add . git add .
git commit -m "chore: apply formatting" git commit -m "chore: apply formatting"
git push git pull --rebase origin ${{ github.head_ref }}
git push origin HEAD:${{ github.head_ref }}
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}