Skip to content

Commit

Permalink
fix badge command
Browse files Browse the repository at this point in the history
  • Loading branch information
James Hutcheon authored and James Hutcheon committed Oct 31, 2023
1 parent da233ba commit 7a4ac39
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@ name: Go
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:

build:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -39,6 +36,7 @@ jobs:

- name: make coverage badge
uses: action-badges/core@0.3.0
permissions: write-all
with:
label: coverage
message: ${{ steps.coverage.outputs.badge-text }}
Expand Down

0 comments on commit 7a4ac39

Please sign in to comment.