From 83f102d56660b2e1ad19941431fb399ee3be9e9b Mon Sep 17 00:00:00 2001 From: Dor Date: Tue, 14 Feb 2023 08:51:56 +0200 Subject: [PATCH] Update action.yml --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 3e5d74d..a888406 100644 --- a/action.yml +++ b/action.yml @@ -5,6 +5,9 @@ inputs: version: description: "version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version" required: false + asset-url: + description: "custom URL for a golangci-lint archive to download and install. Must match the OS/arch of the build agent." + required: false args: description: "golangci-lint command line arguments" default: ""