mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-18 03:57:42 +00:00
chore: Update docs to site example (#1547)
This commit is contained in:
parent
89cb9ea919
commit
673189f77b
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ inputs:
|
||||||
default: "\n"
|
default: "\n"
|
||||||
required: false
|
required: false
|
||||||
json:
|
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
|
required: false
|
||||||
default: "false"
|
default: "false"
|
||||||
escape_json:
|
escape_json:
|
||||||
|
|
Loading…
Reference in a new issue