From c6e7e7c2dbdb5e27a09806a3bc372a68df0d5be6 Mon Sep 17 00:00:00 2001 From: SamKirkland Date: Sun, 30 Aug 2020 23:49:59 -0500 Subject: [PATCH] Fixed another quote --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8bbd905..ed890e2 100644 --- a/action.yml +++ b/action.yml @@ -28,7 +28,7 @@ inputs: description: 'Path and name of the state file - this file is used to track which files have been deployed' dry-run: required: false - description: 'Prints which modifications will be made with current config options, but doesn't actually make any changes' + description: 'Prints which modifications will be made with current config options, but doesnt actually make any changes' dangerous-clean-slate: required: false description: 'Deletes ALL contents of server-dir, even items in excluded with exclude argument'