Compare commits
1 Commits
v2.1
...
kbaas-patch-1
| Author | SHA1 | Date | |
|---|---|---|---|
| 079062c49d |
@@ -136,7 +136,7 @@ jobs:
|
||||
PHP
|
||||
|
||||
- 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: |
|
||||
git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
||||
git config user.name "gitea-actions"
|
||||
|
||||
Reference in New Issue
Block a user