We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9574281 commit 55ca896Copy full SHA for 55ca896
.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@43cc891fe72c793b3107d08d9c96e96f027360f6
33
with:
34
api_key: ${{secrets.DD_API_KEY}}
35
app_key: ${{secrets.DD_APP_KEY}}
0 commit comments