From 80d911f4bb7f3e1145fdbf35d42503cf73a936fd Mon Sep 17 00:00:00 2001 From: IvanZosimov Date: Tue, 24 May 2022 14:11:30 +0200 Subject: [PATCH] Delete unnecessary field in the action.yml --- action.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/action.yml b/action.yml index a8d7548f1..80928e323 100644 --- a/action.yml +++ b/action.yml @@ -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.'