From a3555efcbfc98df1b7ae79c6852afd38b5700be3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B3bert=20Papp?= Date: Wed, 7 Feb 2024 03:56:02 +0000 Subject: [PATCH] Clarify output format (#177) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 449dd6c..192b54b 100644 --- a/action.yml +++ b/action.yml @@ -18,7 +18,7 @@ inputs: outputs: failed-wrapper: - description: The path of the Gradle Wrapper(s) JAR that failed validation. + description: 'The path of the Gradle Wrapper(s) JAR that failed validation. Path is a platform-dependent relative path to git repository root. Multiple paths are separated by a | character.' runs: using: 'node20'