attempt to fix coverage job
This commit is contained in:
4
.github/workflows/job_coverage.yml
vendored
4
.github/workflows/job_coverage.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
||||
name: autocommit
|
||||
with:
|
||||
commit_message: Apply Code Coverage Badge
|
||||
skip_fetch: true
|
||||
skip_fetch: false
|
||||
skip_checkout: true
|
||||
file_pattern: ./README.md
|
||||
|
||||
@@ -48,4 +48,4 @@ jobs:
|
||||
uses: ad-m/github-push-action@master
|
||||
with:
|
||||
github_token: ${{ github.token }}
|
||||
branch: ${{ github.ref }}
|
||||
branch: ${{ github.ref }}
|
||||
|
||||
Reference in New Issue
Block a user