Compare commits
1 Commits
main
...
kbaas-patch-1
| Author | SHA1 | Date | |
|---|---|---|---|
| 079062c49d |
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user