diff --git a/.github/workflows/api-multi-module-workflow.yml b/.github/workflows/api-multi-module-workflow.yml index 5186dd9..cae998a 100644 --- a/.github/workflows/api-multi-module-workflow.yml +++ b/.github/workflows/api-multi-module-workflow.yml @@ -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 diff --git a/.github/workflows/api-single-module-workflow.yml b/.github/workflows/api-single-module-workflow.yml index 8f28e1e..a505796 100644 --- a/.github/workflows/api-single-module-workflow.yml +++ b/.github/workflows/api-single-module-workflow.yml @@ -11,11 +11,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