File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ jobs:
158
158
159
159
# seems we need to call this from the main CI workflow first
160
160
- name : " Coverage comment 💬"
161
- uses : py-cov-action/python-coverage-comment-action@d1ff8fbb5ff80feedb3faa0f6d7b424f417ad0e1
161
+ uses : py-cov-action/python-coverage-comment-action@0abd69a9baf90729d9b2d5b585fc790ec4e6f3dd
162
162
id : coverage_comment
163
163
with :
164
164
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 39
39
run : ls -R
40
40
41
41
- name : " Post coverage comment 💬"
42
- uses : py-cov-action/python-coverage-comment-action@d1ff8fbb5ff80feedb3faa0f6d7b424f417ad0e1
42
+ uses : py-cov-action/python-coverage-comment-action@0abd69a9baf90729d9b2d5b585fc790ec4e6f3dd
43
43
with :
44
44
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
45
45
GITHUB_PR_RUN_ID : ${{ inputs.workflow_run_id }}
You can’t perform that action at this time.
0 commit comments