Skip to content

Commit

Permalink
Fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Nov 8, 2022
1 parent a7208b5 commit 4b0d72c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/test-coverage/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ runs:
shell: bash
run: |
REPORT="$(poetry run coverage report)"
echo "REPORT=${REPORT}" >> $GITHUB_ENV
- uses: mshick/add-pr-comment@v1
echo REPORT="${REPORT}" >> $GITHUB_ENV
- uses: mshick/add-pr-comment@v2
if: ${{ github.event_name == 'pull_request' }}
with:
message: |
Expand Down

0 comments on commit 4b0d72c

Please sign in to comment.