We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 305aa8a commit 889f6caCopy full SHA for 889f6ca
.github/workflows/playwright.yml
@@ -91,5 +91,5 @@ jobs:
91
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }}
92
SLACK_CHANNEL: "#playwright-test-reports"
93
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."
+ SLACK_MESSAGE: "Test results are available in [Artifacts section](${{ steps.artifact_link.outputs.artifact_url }}) as html-report."
95
if: always()
0 commit comments