From 83eb7d08714c01ce8a5472cab92f092dd0fc15ee Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 3 Jan 2023 00:31:55 -0700 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0ba8fdf2..39072ece 100644 --- a/action.yml +++ b/action.yml @@ -80,7 +80,7 @@ inputs: required: false default: "false" json_raw_format: - description: "Output list of changed files jq raw output format which means that the output will not be surrounded by quotes and special characters will not be escaped." + description: "Output list of changed files in [jq](https://devdocs.io/jq/) raw output format which means that the output will not be surrounded by quotes and special characters will not be escaped." required: false default: "false" fetch_depth: