From f14c1fc76b060983e7c944c784b099dfa600aad5 Mon Sep 17 00:00:00 2001 From: Vasiliy Tolstov Date: Sat, 4 Jan 2025 18:31:37 +0300 Subject: [PATCH] fixup coverage Signed-off-by: Vasiliy Tolstov --- .gitea/workflows/job_coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: