Update .gitea/workflows/pest.yml

This commit is contained in:
2026-06-04 12:52:07 +00:00
parent ebaea9e2cf
commit 15e45d0dbf
+1 -1
View File
@@ -136,7 +136,7 @@ jobs:
PHP
- name: Commit coverage badge
if: ${{ inputs.coverage_badge && gitea.event_name == 'push' && gitea.ref == 'refs/heads/main' }}
if: ${{ inputs.coverage_badge && gitea.event_name == 'push' && gitea.ref_name == gitea.event.repository.default_branch }}
run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
git config user.name "gitea-actions"