This commit is contained in:
源文雨 2022-03-19 19:58:16 +08:00
parent 35282fba6c
commit 70cc28c191
2 changed files with 0 additions and 4 deletions

View File

@ -28,9 +28,6 @@ jobs:
# Optional: show only new issues if it's a pull request. The default value is `false`. # Optional: show only new issues if it's a pull request. The default value is `false`.
# only-new-issues: true # only-new-issues: true
# Optional: if set to true then the action will use pre-installed Go.
skip-go-installation: true
# Optional: if set to true then the action don't cache or restore ~/go/pkg. # Optional: if set to true then the action don't cache or restore ~/go/pkg.
# skip-pkg-cache: true # skip-pkg-cache: true

View File

@ -18,7 +18,6 @@ jobs:
with: with:
version: latest version: latest
args: --issues-exit-code=0 args: --issues-exit-code=0
skip-go-installation: true
- name: Commit back - name: Commit back
continue-on-error: true continue-on-error: true
run: | run: |