Skip to content

Commit b0ba825

Browse files
committed
wip
1 parent 486ae4a commit b0ba825

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ inputs:
1212
description: "Codefresh runtime exposed in cluster address: https://your.clusters.ci-cd.com/app-proxy"
1313
required: false
1414
CF_RUNTIME_NAME:
15-
description: "Codefresh runtime name"
15+
description: "Name of runtime to implement the enrichment"
1616
required: true
1717
CF_VERBOSE:
1818
description: "verbose output"

src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const tryParseJson = (str: string) => {
2323
delete payload['CF_HOST']
2424
}
2525
else {
26-
host = getRuntimeIngressHost(runtimeName, headers)
26+
host = await getRuntimeIngressHost(runtimeName, headers)
2727
delete payload['CF_RUNTIME_NAME']
2828
}
2929
delete payload['CF_API_KEY']

0 commit comments

Comments
 (0)