Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tamada committed Apr 18, 2023
1 parent 03725f4 commit 16280ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
- name: Send coverage to coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secret.github_token }}
github-token: ${{ secrets.github_token }}
path-to-lcov: coverage.lcov
if: "matrix.os == 'ubuntu-latest'"

0 comments on commit 16280ed

Please sign in to comment.