We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2171312 commit 2473403Copy full SHA for 2473403
action.yml
@@ -25,11 +25,11 @@ inputs:
25
default: false
26
required: true
27
skip-pkg-cache:
28
- 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."
29
30
31
skip-build-cache:
32
- 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."
33
34
35
runs:
0 commit comments