0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Added title to PR comment

This commit is contained in:
Chris Raible 2024-09-06 13:45:23 -07:00
parent 440fda6e1d
commit 9db114e746

View file

@ -351,7 +351,7 @@ jobs:
STRIPE_SECRET_KEY: ${{ secrets.STRIPE_SECRET_KEY }}
- name: Publish flaky test results
run: npx github-actions-ctrf flaky ghost/core/ctrf/ctrf-report.json --pr-comment
run: npx github-actions-ctrf flaky ghost/core/ctrf/ctrf-report.json --pr-comment --title "Browser Test Summary"
if: always()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}