Merge pull request 'Update .gitea/workflows/pest.yml' (#6) from kbaas-patch-2 into main

Reviewed-on: #6
This commit was merged in pull request #6.
This commit is contained in:
2026-06-04 13:03:36 +00:00
+1 -1
View File
@@ -136,7 +136,7 @@ jobs:
PHP PHP
- name: Commit coverage badge - name: Commit coverage badge
if: ${{ inputs.coverage_badge && gitea.event_name == 'push' }} if: ${{ inputs.coverage_badge && gitea.event_name == 'push' && gitea.ref_name == gitea.event.repository.default_branch }}
run: | run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE" git config --global --add safe.directory "$GITHUB_WORKSPACE"
git config user.name "gitea-actions" git config user.name "gitea-actions"