From 673189f77bde91f43ac9301ef8ebcc4ce105358e Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 8 Sep 2023 06:00:24 -0600 Subject: [PATCH] chore: Update docs to site example (#1547) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3b129bae..cc91a748 100644 --- a/action.yml +++ b/action.yml @@ -121,7 +121,7 @@ inputs: default: "\n" required: false json: - description: "Output list of changed files in a JSON formatted string which can be used for matrix jobs." + description: "Output list of changed files in a JSON formatted string which can be used for matrix jobs. [Example](https://github.com/tj-actions/changed-files/blob/main/.github/workflows/matrix-test.yml)" required: false default: "false" escape_json: