Skip to content

Commit

Permalink
[devtools] sync
Browse files Browse the repository at this point in the history
  • Loading branch information
dry-bot committed Jun 18, 2020
1 parent ce4bc89 commit 63c4e7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- ruby: '2.7'
dry_logic_from_master: 'true'
env:
CLASSPATH: ''
COVERAGE: "${{matrix.coverage}}"
COVERAGE_TOKEN: "${{secrets.CODACY_PROJECT_TOKEN}}"
DRY_LOGIC_FROM_MASTER: "${{matrix.dry_logic_from_master}}"
steps:
- uses: actions/checkout@v1
Expand All @@ -55,7 +55,7 @@ jobs:
run: bundle exec rake
- name: Run codacy-coverage-reporter
uses: codacy/codacy-coverage-reporter-action@master
if: env.COVERAGE == 'true' && secrets.CODACY_PROJECT_TOKEN != ''
if: env.COVERAGE == 'true' && env.COVERAGE_TOKEN != ''
with:
project-token: "${{secrets.CODACY_PROJECT_TOKEN}}"
coverage-reports: coverage/coverage.xml
Expand Down

0 comments on commit 63c4e7b

Please sign in to comment.