プレイグラウンド、サンドボックス、使い捨てスクリプト置き場
0

Configure Feed

Select the types of activity you want to include in your feed.

fix unable to find version `v1` coverralls action

Kohei Watanabe (Mar 26, 2021, 11:16 AM +0900) 064d4176 bcb7fcef

+1 -1
+1 -1
.github/workflows/coveralls.yml
··· 5 5 runs-on: ubuntu-latest 6 6 steps: 7 7 - uses: actions/checkout@v2 8 - - uses: coverallsapp/github-action@v1 8 + - uses: coverallsapp/github-action@master 9 9 with: { github-token: "${{ secrets.github_token }}" }