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 @@ -151,7 +151,7 @@ jobs:
151
151
152
152
# seems we need to call this from the main CI workflow first
153
153
- name : " Coverage comment 💬"
154
- uses : py-cov-action/python-coverage-comment-action@b2eb38dd175bf053189b35f738f9207278b00925
154
+ uses : py-cov-action/python-coverage-comment-action@d1ff8fbb5ff80feedb3faa0f6d7b424f417ad0e1
155
155
id : coverage_comment
156
156
with :
157
157
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@b2eb38dd175bf053189b35f738f9207278b00925
42
+ uses : py-cov-action/python-coverage-comment-action@d1ff8fbb5ff80feedb3faa0f6d7b424f417ad0e1
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