diff --git a/README.md b/README.md index 674c461e05b..6545d560d8d 100644 --- a/README.md +++ b/README.md @@ -487,7 +487,7 @@ Support this project with a :star: # 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 + # https://github.com/tj-actions/changed-files/blob/main/.github/workflows/matrix-example.yml # Type: boolean # Default: "false" json: '' diff --git a/action.yml b/action.yml index 9c9ccbce63d..c18419eff7c 100644 --- a/action.yml +++ b/action.yml @@ -127,7 +127,7 @@ inputs: required: false default: "false" json: - 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" + 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-example.yml" required: false default: "false" escape_json: