We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce8ca37 commit 08ae5bbCopy full SHA for 08ae5bb
1 file changed
.github/workflows/go-coverage.yml
@@ -12,6 +12,8 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v5
15
+ with:
16
+ fetch-depth: '0'
17
18
- name: Set up Go
19
uses: actions/setup-go@v6
@@ -37,13 +39,4 @@ jobs:
37
39
id: auto-commit-action
38
40
with:
41
commit_message: Apply Code Coverage Badge
- skip_fetch: true
- skip_checkout: true
42
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