File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 78
78
run : pnpm docs:report
79
79
80
80
- name : PR comment with report
81
- uses : thollander/actions-comment-pull-request@1d3973dc4b8e1399c0620d3f2b1aa5e795465308 # v2
81
+ uses : thollander/actions-comment-pull-request@fabd468d3a1a0b97feee5f6b9e499eab0dd903f6 # v2
82
82
if : ${{ github.event_name == 'pull_request' }}
83
83
with :
84
84
comment_tag : ' docs-report'
Original file line number Diff line number Diff line change 80
80
env :
81
81
GITHUB_WORKFLOW_URL : ' ${{ steps.job_html_url.outputs.html_url }}'
82
82
- name : PR comment with report
83
- uses : thollander/actions-comment-pull-request@1d3973dc4b8e1399c0620d3f2b1aa5e795465308 # v2
83
+ uses : thollander/actions-comment-pull-request@fabd468d3a1a0b97feee5f6b9e499eab0dd903f6 # v2
84
84
if : ${{ always() && steps.parse-playwright-report.conclusion == 'success' && github.event_name == 'pull_request' }}
85
85
with :
86
86
comment_tag : ' playwright-ct-report'
You can’t perform that action at this time.
0 commit comments