diff --git a/.gitea/workflows/job_coverage.yml b/.gitea/workflows/job_coverage.yml index e176edca..db51345e 100644 --- a/.gitea/workflows/job_coverage.yml +++ b/.gitea/workflows/job_coverage.yml @@ -36,14 +36,14 @@ jobs: filename: coverage.out - uses: stefanzweifel/git-auto-commit-action@v4 - id: auto-commit-action + name: autocommit with: commit_message: Apply Code Coverage Badge skip_fetch: true skip_checkout: true file_pattern: ./README.md - - name: Push Changes + - name: push if: steps.auto-commit-action.outputs.changes_detected == 'true' uses: ad-m/github-push-action@master with: