Fix naming input variables in workflows

This commit is contained in:
2022-02-04 12:55:25 +03:00
parent 28c7df48c8
commit c858c90f16
2 changed files with 4 additions and 4 deletions

View File

@@ -15,11 +15,11 @@ on:
description: "Using for start docker container."
required: true
type: string
TEST_ENABLED:
IS_TEST_ENABLED:
description: "Using for start test before pushing to ECR if value is true."
required: true
type: boolean
ECR_PUSH_ENABLED:
IS_ECR_PUSH_ENABLED:
description: "Using for disable pushing to ECR if value is true."
required: true
type: boolean