Skip to content

Commit

Permalink
v1.17.0 (#290)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-ci <packages@datadoghq.com>
  • Loading branch information
ci-integrations-release-automation[bot] and ci.datadog-ci authored Jan 20, 2025
1 parent cb62e59 commit a391700
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.16.0
uses: DataDog/synthetics-ci-github-action@v1.17.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.16.0
uses: DataDog/synthetics-ci-github-action@v1.17.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.16.0
uses: DataDog/synthetics-ci-github-action@v1.17.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.16.0
uses: DataDog/synthetics-ci-github-action@v1.17.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.16.0
uses: DataDog/synthetics-ci-github-action@v1.17.0
with:
api_key: ${{secrets.DD_API_KEY}}
app_key: ${{secrets.DD_APP_KEY}}
Expand Down
4 changes: 2 additions & 2 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datadog-synthetics-github-action",
"version": "1.16.0",
"version": "1.17.0",
"author": "Datadog",
"license": "MIT",
"description": "Run Datadog Synthetics CI tests as part of your Github Actions workflow",
Expand Down

0 comments on commit a391700

Please sign in to comment.