We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 486ae4a commit b0ba825Copy full SHA for b0ba825
action.yaml
@@ -12,7 +12,7 @@ inputs:
12
description: "Codefresh runtime exposed in cluster address: https://your.clusters.ci-cd.com/app-proxy"
13
required: false
14
CF_RUNTIME_NAME:
15
- description: "Codefresh runtime name"
+ description: "Name of runtime to implement the enrichment"
16
required: true
17
CF_VERBOSE:
18
description: "verbose output"
src/utils.ts
@@ -23,7 +23,7 @@ export const tryParseJson = (str: string) => {
23
delete payload['CF_HOST']
24
}
25
else {
26
- host = getRuntimeIngressHost(runtimeName, headers)
+ host = await getRuntimeIngressHost(runtimeName, headers)
27
delete payload['CF_RUNTIME_NAME']
28
29
delete payload['CF_API_KEY']
0 commit comments