Skip to content

Commit 14a013d

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent df26b0d commit 14a013d

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/datadog-synthetics.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ jobs:
2424
runs-on: ubuntu-latest
2525

2626
steps:
27-
- uses: actions/checkout@v4
28-
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@87b505388a22005bb8013481e3f73a367b9a53eb # v1.4.0
33-
with:
34-
api_key: ${{secrets.DD_API_KEY}}
35-
app_key: ${{secrets.DD_APP_KEY}}
36-
test_search_query: 'tag:e2e-tests' #Modify this tag to suit your tagging strategy
27+
- uses: actions/checkout@v4
28+
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@87b505388a22005bb8013481e3f73a367b9a53eb # v1.4.0
33+
with:
34+
api_key: ${{secrets.DD_API_KEY}}
35+
app_key: ${{secrets.DD_APP_KEY}}
36+
test_search_query: 'tag:e2e-tests' #Modify this tag to suit your tagging strategy
3737

3838

0 commit comments

Comments
 (0)