Skip to content

Commit 08ae5bb

Browse files
committed
fix: coverage workflow
1 parent ce8ca37 commit 08ae5bb

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/go-coverage.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v5
15+
with:
16+
fetch-depth: '0'
1517

1618
- name: Set up Go
1719
uses: actions/setup-go@v6
@@ -37,13 +39,4 @@ jobs:
3739
id: auto-commit-action
3840
with:
3941
commit_message: Apply Code Coverage Badge
40-
skip_fetch: true
41-
skip_checkout: true
4242
file_pattern: ./README.md
43-
44-
- name: Push Changes
45-
if: steps.auto-commit-action.outputs.changes_detected == 'true'
46-
uses: ad-m/github-push-action@master
47-
with:
48-
github_token: ${{ github.token }}
49-
branch: ${{ github.ref }}

0 commit comments

Comments
 (0)