1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-30 22:08:02 +00:00

fix unable to find version v1 coverralls action

This commit is contained in:
Nebel 2021-03-26 11:16:47 +09:00
parent bcb7fcefc6
commit 064d41760e

View file

@ -5,5 +5,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: coverallsapp/github-action@v1
- uses: coverallsapp/github-action@master
with: { github-token: "${{ secrets.github_token }}" }