Skip to content

Commit

Permalink
Merge pull request #263 from DataDog/release/v1.8.0
Browse files Browse the repository at this point in the history
[release:minor] `v1.8.0`
  • Loading branch information
AntoineDona authored Jul 26, 2024
2 parents c0a5309 + 4fb9521 commit 56b29be
Show file tree
Hide file tree
Showing 4 changed files with 189 additions and 65 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Run Datadog Synthetic tests
uses: DataDog/synthetics-ci-github-action@v1.7.0
uses: DataDog/synthetics-ci-github-action@v1.8.0
with:
api_key: ${{secrets.DD_API_KEY}}
app_key: ${{secrets.DD_APP_KEY}}
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Run Datadog Synthetic tests
uses: DataDog/synthetics-ci-github-action@v1.7.0
uses: DataDog/synthetics-ci-github-action@v1.8.0
with:
api_key: ${{secrets.DD_API_KEY}}
app_key: ${{secrets.DD_APP_KEY}}
Expand All @@ -67,7 +67,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Run Datadog Synthetic tests
uses: DataDog/synthetics-ci-github-action@v1.7.0
uses: DataDog/synthetics-ci-github-action@v1.8.0
with:
api_key: ${{secrets.DD_API_KEY}}
app_key: ${{secrets.DD_APP_KEY}}
Expand All @@ -85,7 +85,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Run Datadog Synthetic tests
uses: DataDog/synthetics-ci-github-action@v1.7.0
uses: DataDog/synthetics-ci-github-action@v1.8.0
with:
api_key: ${{secrets.DD_API_KEY}}
app_key: ${{secrets.DD_APP_KEY}}
Expand All @@ -106,7 +106,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Run Datadog Synthetic tests
uses: DataDog/synthetics-ci-github-action@v1.7.0
uses: DataDog/synthetics-ci-github-action@v1.8.0
with:
api_key: ${{secrets.DD_API_KEY}}
app_key: ${{secrets.DD_APP_KEY}}
Expand Down
Loading

0 comments on commit 56b29be

Please sign in to comment.