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 c90b3cf commit 1e9a3faCopy full SHA for 1e9a3fa
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Run tests
33
run: ruby --version; bundle exec rspec spec || $ALLOW_FAILURES
34
- name: Coveralls GitHub Action
35
- uses: coverallsapp/github-action@v1.1.3
+ uses: coverallsapp/github-action@master
36
if: "matrix.ruby == '3.0'"
37
with:
38
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments