You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/playwright.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,6 @@ jobs:
84
84
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }}
85
85
SLACK_CHANNEL: "#playwright-test-reports"
86
86
SLACK_USERNAME: Playwright GitHub Actions
87
-
SLACK_TITLE: Test results are available in Artifacts section of below link as html-report ${{ steps.artifact_link.outputs.artifact_url }}.
87
+
SLACK_TITLE: Test results are available in Artifacts section of below link as html-report [Report Link](${{ steps.artifact_link.outputs.artifact_url }}).
88
88
# This step should always run, even if previous steps fail
0 commit comments