Browse Source

Update coverallsapp/github-action to v2 and fix the option

Akinori MUSHA 10 tháng trước cách đây
mục cha
commit
e914cea961
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 3 2
      .github/workflows/ci.yml

+ 3 - 2
.github/workflows/ci.yml

@@ -69,8 +69,9 @@ jobs:
         run: bundle exec rake
 
       - name: Coveralls
-        uses: coverallsapp/github-action@v1
-        fail-on-error: false
+        uses: coverallsapp/github-action@v2
+        with:
+          fail-on-error: false
 
   ghcr-build-docker-images:
     name: ghcr-docker-build-${{ matrix.docker_image }}