mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 06:18:07 +00:00
fix unable to find version v1
coverralls action
This commit is contained in:
parent
bcb7fcefc6
commit
064d41760e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/coveralls.yml
vendored
2
.github/workflows/coveralls.yml
vendored
|
@ -5,5 +5,5 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: coverallsapp/github-action@v1
|
- uses: coverallsapp/github-action@master
|
||||||
with: { github-token: "${{ secrets.github_token }}" }
|
with: { github-token: "${{ secrets.github_token }}" }
|
||||||
|
|
Loading…
Add table
Reference in a new issue