Skip to content

Commit

Permalink
ci: coveralls master -> main
Browse files Browse the repository at this point in the history
It looks like the coveralls action  went from master -> main here, do the
same in our actions code.

Signed-off-by: Tycho Andersen <[email protected]>
  • Loading branch information
tych0 committed Feb 16, 2024
1 parent 8845fc6 commit 721cb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true

0 comments on commit 721cb61

Please sign in to comment.