We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a3c9e5 commit fe00ef8Copy full SHA for fe00ef8
2 files changed
.github/workflows/pull.yml
@@ -37,7 +37,7 @@ jobs:
37
# only-new-issues: true
38
39
# Optional: if set to true then the action will use pre-installed Go.
40
- # skip-go-installation: true
+ skip-go-installation: true
41
42
# Optional: if set to true then the action don't cache or restore ~/go/pkg.
43
# skip-pkg-cache: true
.github/workflows/push.yml
@@ -26,6 +26,7 @@ jobs:
26
with:
27
version: latest
28
args: --issues-exit-code=0
29
30
- name: Commit back
31
continue-on-error: true
32
run: |
0 commit comments