From 24734036d21de134f694e91edfa3de9d03ccf1d2 Mon Sep 17 00:00:00 2001 From: Aaron Bennett <10927621+abennett@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:16:04 -0400 Subject: [PATCH] change don't to doesn't (#356) --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 35c8c77..16d5357 100644 --- a/action.yml +++ b/action.yml @@ -25,11 +25,11 @@ inputs: default: false required: true skip-pkg-cache: - description: "if set to true then the action don't cache or restore ~/go/pkg." + description: "if set to true then the action doesn't cache or restore ~/go/pkg." default: false required: true skip-build-cache: - description: "if set to true then the action don't cache or restore ~/.cache/go-build." + description: "if set to true then the action doesn't cache or restore ~/.cache/go-build." default: false required: true runs: