We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2f471e commit c3626d7Copy full SHA for c3626d7
.github/workflows/playwright.yml
@@ -49,7 +49,7 @@ jobs:
49
path: html-report.zip
50
51
- name: Send Slack notification with artifact link
52
- uses: "https://github.com/marketplace/actions/slack-action"
+ uses: docker://slack/webhook:latest
53
env:
54
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }}
55
with:
0 commit comments