We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9574281 commit 5e555f4Copy full SHA for 5e555f4
.github/workflows/datadog-synthetics.yml
@@ -29,7 +29,7 @@ jobs:
29
# Run Synthetic tests within your GitHub workflow.
30
# For additional configuration options visit the action within the marketplace: https://github.com/marketplace/actions/datadog-synthetics-ci
31
- name: Run Datadog Synthetic tests
32
- uses: DataDog/synthetics-ci-github-action@a3ae3be10856e996d9f1f7bd188c4a449c7746c9
+ uses: DataDog/synthetics-ci-github-action@f54d9ba8ccde55b06d809db2016eedbbb110bdf7
33
with:
34
api_key: ${{secrets.DD_API_KEY}}
35
app_key: ${{secrets.DD_APP_KEY}}
0 commit comments