Skip to content

Commit

Permalink
Merge pull request #64 from datacite/schema-4.5a
Browse files Browse the repository at this point in the history
Upgrade paambaati/codeclimate-action to 3.1.1 to get fix for issue in…
  • Loading branch information
svogt0511 authored Dec 6, 2023
2 parents 27202d2 + 0f50037 commit 9989261
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
bundle exec rspec
echo $?
- name: Publish code coverage
uses: paambaati/[email protected].0
uses: paambaati/[email protected].1
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
bundle exec rspec
echo $?
- name: Publish code coverage
uses: paambaati/[email protected].0
uses: paambaati/[email protected].1
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}

Expand Down

0 comments on commit 9989261

Please sign in to comment.