Skip to content

Commit

Permalink
change coverallsapp action to use main instead of master
Browse files Browse the repository at this point in the history
default branch is main so I may have changed it when I was correcting our branch target
  • Loading branch information
SlayerOrnstein committed Feb 10, 2024
1 parent 14d7617 commit 894ce6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ jobs:
env:
CI: true
- name: Coveralls
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 894ce6f

Please sign in to comment.