Update .gitea/workflows/pest.yml
This commit is contained in:
@@ -136,7 +136,7 @@ jobs:
|
||||
PHP
|
||||
|
||||
- name: Commit coverage badge
|
||||
if: ${{ inputs.coverage_badge && gitea.event_name == 'push' && gitea.ref_name == gitea.event.repository.default_branch }}
|
||||
if: ${{ inputs.coverage_badge && gitea.event_name == 'push' }}
|
||||
run: |
|
||||
git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
||||
git config user.name "gitea-actions"
|
||||
|
||||
Reference in New Issue
Block a user