Skip to content

Commit 69d5dca

Browse files
committed
GitHubActions
1 parent 9acf3a9 commit 69d5dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@ jobs:
8484
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }}
8585
SLACK_CHANNEL: "#playwright-test-reports"
8686
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 }}).
8888
# This step should always run, even if previous steps fail
8989
if: always()

0 commit comments

Comments
 (0)