From 176baf94a28aa49fb2680c8efb7cb969428f84d2 Mon Sep 17 00:00:00 2001 From: tauhid621 Date: Fri, 19 Jun 2020 20:56:20 +0530 Subject: [PATCH] yml error fixed --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d3fe0fa9..0a1a40c7 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