Skip to content

Commit 889f6ca

Browse files
committed
GitHubActionsChange
1 parent 305aa8a commit 889f6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@ jobs:
9191
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }}
9292
SLACK_CHANNEL: "#playwright-test-reports"
9393
SLACK_USERNAME: Playwright GitHub Actions
94-
SLACK_MESSAGE: "Test results are available in [Artifacts section](${{ steps.artifact_link.outputs.artifact_url }}/artifacts) as html-report."
94+
SLACK_MESSAGE: "Test results are available in [Artifacts section](${{ steps.artifact_link.outputs.artifact_url }}) as html-report."
9595
if: always()

0 commit comments

Comments
 (0)