Skip to content

Commit

Permalink
Store comment in artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
python-coverage-comment-action committed Jan 2, 2022
1 parent 68ec896 commit 45950be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,9 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERBOSE: true

- name: Store Pull Request comment to be posted
uses: actions/upload-artifact@v2
with:
name: python-coverage-comment-action
path: python-coverage-comment-action.txt

0 comments on commit 45950be

Please sign in to comment.