mirror of
https://github.com/actions/setup-go.git
synced 2025-07-16 20:15:14 -06:00
Change code according to review points
This commit is contained in:
parent
fc2e404438
commit
86d1cd689b
5 changed files with 443 additions and 47 deletions
|
@ -15,13 +15,11 @@ inputs:
|
|||
default: ${{ github.token }}
|
||||
cache:
|
||||
description: Used to specify whether go-modules caching is needed. Set to true, if you'd like to enable caching.
|
||||
default: false
|
||||
package-manager:
|
||||
description: 'Used to specify non-default package manager'
|
||||
default: 'default'
|
||||
cache-dependency-path:
|
||||
description: 'Used to specify the path to a dependency file: go.sum'
|
||||
runs:
|
||||
using: 'node16'
|
||||
main: 'dist/index.js'
|
||||
main: 'dist/setup/index.js'
|
||||
post: 'dist/cache-save/index.js'
|
||||
post-if: success()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue