From b2c945497acd0890a4adf7f251eff8af5f144f44 Mon Sep 17 00:00:00 2001 From: Stephanie Wilde-Hobbs Date: Thu, 21 May 2020 11:28:48 +0100 Subject: [PATCH] Update action.yml arguments --- action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index 47b94d9..2f05153 100644 --- a/action.yml +++ b/action.yml @@ -10,9 +10,9 @@ inputs: description: 'golangci-lint command line arguments' default: '' required: false - github-token: - description: 'GitHub token with scope `repo.public_repo`. Used for fetching a list of releases of golangci-lint.' - required: true + working-directory: + description: 'golangci-lint working directory, default is project root' + required: false runs: using: 'node12' @@ -20,4 +20,4 @@ runs: post: 'dist/post_run/index.js' branding: icon: 'shield' - color: 'yellow' \ No newline at end of file + color: 'yellow'