From 64416173e65a7fa8702103dd136ef72d326e8473 Mon Sep 17 00:00:00 2001 From: SamKirkland Date: Sun, 30 Aug 2020 23:45:46 -0500 Subject: [PATCH] fixing yaml quote --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 10f9262..8bbd905 100644 --- a/action.yml +++ b/action.yml @@ -31,7 +31,7 @@ inputs: description: 'Prints which modifications will be made with current config options, but doesn't actually make any changes' dangerous-clean-slate: required: false - description: 'Deletes ALL contents of server-dir, even items in excluded with 'exclude' argument' + description: 'Deletes ALL contents of server-dir, even items in excluded with exclude argument' include: required: false description: 'An array of glob patterns, these files will always be included in the publish/delete process - even if no change occurred'