Merge branch 'master' of git://github.com/CactusPuppy/snapcon into submission-reviewer-comments

* 'master' of git://github.com/CactusPuppy/snapcon:
  Attempt to use stable release of codacy reporter
This commit is contained in:
Michael Ball 2021-04-17 17:30:06 -07:00
commit f012201d3c

View file

@ -46,7 +46,7 @@ jobs:
- name: spec/${{ matrix.suite }}
run: bundle exec rake spec:${{ matrix.suite }}
- name: coverage upload ${{ matrix.suite }}
uses: codacy/codacy-coverage-reporter-action@master
uses: codacy/codacy-coverage-reporter-action@v1
if: github.ref == 'refs/heads/master'
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}