We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43b6c88 commit 3a80f88Copy full SHA for 3a80f88
action.yml
@@ -1,5 +1,9 @@
1
name: DataDog Synthetics Action
2
description: 'Run DataDog Synthetics with Configurations'
3
+author: OpenActions
4
+branding:
5
+ icon: 'activity'
6
+ color: 'blue'
7
inputs:
8
apiKey:
9
description: 'DataDog API Key'
@@ -60,4 +64,4 @@ runs:
60
64
files: ${{ inputs.files }}
61
65
publicIds: ${{ inputs.publicIds }}
62
66
search: ${{ inputs.search }}
63
- subdomain: ${{ inputs.subdomain }}
67
+ subdomain: ${{ inputs.subdomain }}
0 commit comments