Attempt to use stable release of codacy reporter

This commit is contained in:
CactusPuppy 2021-04-16 09:47:42 -07:00 committed by GitHub
parent eaf13b1b69
commit 9774779fbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,7 @@ jobs:
- name: spec/${{ matrix.suite }} - name: spec/${{ matrix.suite }}
run: bundle exec rake spec:${{ matrix.suite }} run: bundle exec rake spec:${{ matrix.suite }}
- name: coverage upload ${{ 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' if: github.ref == 'refs/heads/master'
with: with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }} project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}