We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f142cd commit 93ecf9bCopy full SHA for 93ecf9b
.github/workflows/check.yml
@@ -46,7 +46,7 @@ jobs:
46
server-url: 'https://test-observability.herokuapp.com'
47
server-auth: ${{ secrets.TEST_OBSERVABILITY_SERVER_AUTH_KEY }}
48
path: 'junit/'
49
- - uses: coverallsapp/github-action@1.1.3
+ - uses: coverallsapp/github-action@v2
50
with:
51
github-token: ${{ secrets.GITHUB_TOKEN }}
52
flag-name: ruby-${{ matrix.ruby }}-${{ matrix.protocol }}-${{ matrix.type }}
@@ -56,7 +56,7 @@ jobs:
56
runs-on: ubuntu-latest
57
steps:
58
- name: Coveralls Finished
59
- uses: coverallsapp/github-action@1.1.3
+ uses: coverallsapp/github-action@v2
60
61
github-token: ${{ secrets.github_token }}
62
parallel-finished: true
0 commit comments