Skip to content

Commit 2473403

Browse files
authored
change don't to doesn't (#356)
1 parent 2171312 commit 2473403

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ inputs:
2525
default: false
2626
required: true
2727
skip-pkg-cache:
28-
description: "if set to true then the action don't cache or restore ~/go/pkg."
28+
description: "if set to true then the action doesn't cache or restore ~/go/pkg."
2929
default: false
3030
required: true
3131
skip-build-cache:
32-
description: "if set to true then the action don't cache or restore ~/.cache/go-build."
32+
description: "if set to true then the action doesn't cache or restore ~/.cache/go-build."
3333
default: false
3434
required: true
3535
runs:

0 commit comments

Comments
 (0)