Skip to content

Commit

Permalink
chore(deps): update thollander/actions-comment-pull-request digest to…
Browse files Browse the repository at this point in the history
… fabd468 (#6063)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 19, 2024
1 parent ae05976 commit 13dcbdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docReport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: pnpm docs:report

- name: PR comment with report
uses: thollander/actions-comment-pull-request@1d3973dc4b8e1399c0620d3f2b1aa5e795465308 # v2
uses: thollander/actions-comment-pull-request@fabd468d3a1a0b97feee5f6b9e499eab0dd903f6 # v2
if: ${{ github.event_name == 'pull_request' }}
with:
comment_tag: 'docs-report'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-ct.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
env:
GITHUB_WORKFLOW_URL: '${{ steps.job_html_url.outputs.html_url }}'
- name: PR comment with report
uses: thollander/actions-comment-pull-request@1d3973dc4b8e1399c0620d3f2b1aa5e795465308 # v2
uses: thollander/actions-comment-pull-request@fabd468d3a1a0b97feee5f6b9e499eab0dd903f6 # v2
if: ${{ always() && steps.parse-playwright-report.conclusion == 'success' && github.event_name == 'pull_request' }}
with:
comment_tag: 'playwright-ct-report'
Expand Down

0 comments on commit 13dcbdb

Please sign in to comment.