From 9760f872583eb222af88f572be1356ced5b85049 Mon Sep 17 00:00:00 2001 From: Federico Builes Date: Fri, 21 Oct 2022 17:38:18 +0200 Subject: [PATCH] Fix config-file description in action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 57386af..a2467b6 100644 --- a/action.yml +++ b/action.yml @@ -21,7 +21,7 @@ inputs: description: The head git ref to be used for this check. Has a default value when the workflow event is `pull_request` or `pull_request_target`. Must be provided otherwise. required: false config-file: - description: A filepath to the configuration file for the action. + description: A path to the configuration file for the action. required: false allow-licenses: description: Comma-separated list of allowed licenses (e.g. "MIT, GPL 3.0, BSD 2 Clause")