From ea35f7ea0028180dacddb2da5124befbdcd5287c Mon Sep 17 00:00:00 2001 From: KeisukeYamashita <19yamashita15@gmail.com> Date: Wed, 7 Feb 2024 04:18:39 +0100 Subject: [PATCH] fix: broken link to matrix example workflow (#1918) Co-authored-by: Tonye Jack Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 674c461e..6545d560 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 9c9ccbce..c18419ef 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: