Skip to content

Commit

Permalink
Delete unnecessary field in the action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanZosimov committed May 24, 2022
1 parent 9031bf2 commit 80d911f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions action.yml
Expand Up @@ -9,14 +9,12 @@ inputs:
check-latest:
description: 'Set this option to true if you want the action to always check for the latest available version that satisfies the version spec'
default: false
token:
description: Used to pull node distributions from go-versions. Since there's a default, this is typically not supplied by the user.
default: ${{ github.token }}
cache:
description: Used to specify whether caching is needed. Set to true, if you'd like to enable caching.
default: false
cache-dependency-path:
description: 'Used to specify the path to a dependency file - go.sum'
token:
description: Used to pull node distributions from go-versions. Since there's a default, this is typically not supplied by the user.
default: ${{ github.token }}
outputs:
go-version:
description: 'The installed Go version. Useful when given a version range as input.'
Expand Down

0 comments on commit 80d911f

Please sign in to comment.