Skip to content

Commit

Permalink
Merge pull request #112 from swinslow/fix-codecov-badge
Browse files Browse the repository at this point in the history
Fix pulling main branch for code coverage
  • Loading branch information
swinslow committed Mar 13, 2022
2 parents 4e65b9b + dfc39ff commit 82fa7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
tests:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
- uses: actions/checkout@main
- uses: actions/setup-go@v2
with:
go-version: '1.14'
Expand Down

0 comments on commit 82fa7c1

Please sign in to comment.