attempt to fix coverage/lint/test job (#210)

This commit is contained in:
2025-04-27 23:12:16 +05:00
committed by GitHub
parent bb87a87ae5
commit 2030bd2803
3 changed files with 8 additions and 8 deletions

View File

@@ -25,7 +25,7 @@ jobs:
uses: actions/setup-go@v5
with:
cache-dependency-path: "**/*.sum"
go-version: 'stable'
go-version: 'stable'
- name: test coverage
run: |
@@ -42,8 +42,8 @@ jobs:
name: autocommit
with:
commit_message: Apply Code Coverage Badge
skip_fetch: true
skip_checkout: true
skip_fetch: false
skip_checkout: false
file_pattern: ./README.md
- name: push
@@ -51,4 +51,4 @@ jobs:
uses: ad-m/github-push-action@master
with:
github_token: ${{ github.token }}
branch: ${{ github.ref }}
branch: ${{ github.ref }}