From b37acf2ceb378299a148f58b6529e8174ded0053 Mon Sep 17 00:00:00 2001 From: haya14busa Date: Tue, 28 Jan 2020 09:05:57 +0000 Subject: [PATCH] Do not use REVIEWDOG in the action description --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d65ea52..7fcaf23 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: 'Updates dependencies automatically' -description: 'Updates dependencies in code to latest semantic ver release. (e.g. REVIEWDOG=0.9.17 in Dockerfile)' +description: 'Updates dependencies in code to latest semantic ver release. (e.g. TOOL_NAME_VERSION=0.9.17 in Dockerfile)' author: 'haya14busa' inputs: github_token: