From 2f7d1b9c8e715e40e5dbf14d75a7cc4485207b0e Mon Sep 17 00:00:00 2001 From: tauhid621 Date: Fri, 19 Jun 2020 20:54:35 +0530 Subject: [PATCH] parsing error fixed --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d00a8038..d3fe0fa9 100644 --- a/action.yml +++ b/action.yml @@ -42,7 +42,7 @@ inputs: required: true default: 'deploy' force: - description: 'Deploy when a previous deployment already exists. If true then '--force' argument is added to the apply command'. + description: 'Deploy when a previous deployment already exists. If true then --force argument is added to the apply command'. required: false default: false