attempt to fix coverage job

This commit is contained in:
2025-04-22 00:42:55 +05:00
parent 8587546d10
commit d61255a44c

View File

@@ -39,7 +39,7 @@ jobs:
name: autocommit name: autocommit
with: with:
commit_message: Apply Code Coverage Badge commit_message: Apply Code Coverage Badge
skip_fetch: true skip_fetch: false
skip_checkout: true skip_checkout: true
file_pattern: ./README.md file_pattern: ./README.md
@@ -48,4 +48,4 @@ jobs:
uses: ad-m/github-push-action@master uses: ad-m/github-push-action@master
with: with:
github_token: ${{ github.token }} github_token: ${{ github.token }}
branch: ${{ github.ref }} branch: ${{ github.ref }}