Skip to content

Commit 3a80f88

Browse files
authored
Update action.yml
1 parent 43b6c88 commit 3a80f88

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

action.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: DataDog Synthetics Action
22
description: 'Run DataDog Synthetics with Configurations'
3+
author: OpenActions
4+
branding:
5+
icon: 'activity'
6+
color: 'blue'
37
inputs:
48
apiKey:
59
description: 'DataDog API Key'
@@ -60,4 +64,4 @@ runs:
6064
files: ${{ inputs.files }}
6165
publicIds: ${{ inputs.publicIds }}
6266
search: ${{ inputs.search }}
63-
subdomain: ${{ inputs.subdomain }}
67+
subdomain: ${{ inputs.subdomain }}

0 commit comments

Comments
 (0)