We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebf5a74 commit d545c2dCopy full SHA for d545c2d
1 file changed
.github/workflows/visual-tests-schedule.yml
@@ -57,7 +57,7 @@ jobs:
57
env:
58
PLAYWRIGHT_TEST_BASE_URL: ${{inputs.PLAYWRIGHT_TEST_BASE_URL || 'https://storage-rho.vercel.app' }}
59
- name: Datadog report Fail
60
- uses: masci/datadog@v1
+ uses: masci/datadog@v2
61
if: failure()
62
with:
63
api-key: ${{ secrets.DATADOG_API_KEY }}
@@ -69,7 +69,7 @@ jobs:
69
tags:
70
- "project:${{ github.repository }}"
71
- name: Datadog report Success
72
73
74
75
service-checks: |
0 commit comments