Skip to content

Commit

Permalink
change don't to doesn't (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
abennett committed Oct 20, 2021
1 parent 2171312 commit 2473403
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 2473403

Please sign in to comment.