Skip to content

Commit 4d75207

Browse files
committed
v1.0.4
1 parent 93d9873 commit 4d75207

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ https://github.com/DataDog/datadog-ci/tree/master/src/commands/synthetics#api
3939
## Example Usage
4040

4141
```yml
42-
uses: OpenActions/[email protected].3
42+
uses: OpenActions/[email protected].4
4343
with:
4444
apiKey: ${{ secrets.DD_API_KEY }}
4545
appKey: ${{ secrets.DD_APP_KEY }}
@@ -55,7 +55,7 @@ steps:
5555
- name: Install DataDog CI
5656
run: npm i -g @datadog/datadog-ci
5757
58-
- uses: OpenActions/dd-synthetics/[email protected].3
58+
- uses: OpenActions/dd-synthetics/[email protected].4
5959
with:
6060
apiKey: ${{ secrets.DD_API_KEY }}
6161
appKey: ${{ secrets.DD_APP_KEY }}

js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dd-synthetics",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"author": "OpenActions",
55
"description": "DataDog Synthetics GitHub Action",
66
"main": "index.js",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dd-synthetics",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "DataDog Synthetics GitHub Action",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)