Skip to content

Commit

Permalink
Change to single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
mscwilson committed Sep 8, 2021
1 parent 131b117 commit 6535e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: bundle exec rspec

- name: Coveralls
if: matrix.ruby-version == "2.6"
if: matrix.ruby-version == '2.6'
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6535e61

Please sign in to comment.