Fix naming input variables in workflows
This commit is contained in:
@@ -15,11 +15,11 @@ on:
|
|||||||
description: "Using for start docker container."
|
description: "Using for start docker container."
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
TEST_ENABLED:
|
IS_TEST_ENABLED:
|
||||||
description: "Using for start test before pushing to ECR if value is true."
|
description: "Using for start test before pushing to ECR if value is true."
|
||||||
required: true
|
required: true
|
||||||
type: boolean
|
type: boolean
|
||||||
ECR_PUSH_ENABLED:
|
IS_ECR_PUSH_ENABLED:
|
||||||
description: "Using for disable pushing to ECR if value is true."
|
description: "Using for disable pushing to ECR if value is true."
|
||||||
required: true
|
required: true
|
||||||
type: boolean
|
type: boolean
|
||||||
|
|||||||
@@ -11,11 +11,11 @@ on:
|
|||||||
description: "Using for start docker container."
|
description: "Using for start docker container."
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
TEST_ENABLED:
|
IS_TEST_ENABLED:
|
||||||
description: "Using for start test before pushing to ECR if value is true."
|
description: "Using for start test before pushing to ECR if value is true."
|
||||||
required: true
|
required: true
|
||||||
type: boolean
|
type: boolean
|
||||||
ECR_PUSH_ENABLED:
|
IS_ECR_PUSH_ENABLED:
|
||||||
description: "Using for disable pushing to ECR if value is true."
|
description: "Using for disable pushing to ECR if value is true."
|
||||||
required: true
|
required: true
|
||||||
type: boolean
|
type: boolean
|
||||||
|
|||||||
Reference in New Issue
Block a user