change don't to doesn't

This commit is contained in:
Aaron Bennett 2021-10-20 13:11:17 -04:00
parent 21713123c6
commit e330fb764f
No known key found for this signature in database
GPG key ID: 92B33AA116F0243B

View file

@ -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: