forgejo runner update, no write permission

This commit is contained in:
2026-05-21 21:35:15 +02:00
parent 166dce9e2f
commit bde042df3d
+2 -10
View File
@@ -20,14 +20,6 @@ jobs:
working-directory: frontend
run: npm install
- name: Run Prettier
- name: Run Prettier check
working-directory: frontend
run: npx prettier --write .
- name: Commit changes
run: |
git config user.name "forgejo-bot"
git config user.email "forgejo-bot@local"
git add frontend
git diff --cached --quiet || git commit -m "chore: format frontend with prettier"
git push
run: npx prettier --check .