Updated README.md (#1711)
Co-authored-by: jackton1 <jackton1@users.noreply.github.com>
This commit is contained in:
parent
41ff1f2249
commit
90a4f2a326
23
README.md
23
README.md
@ -379,7 +379,7 @@ Support this project with a :star:
|
|||||||
|
|
||||||
# Exclude changes outside the current directory and show path
|
# Exclude changes outside the current directory and show path
|
||||||
# names relative to it. **NOTE:** This requires you to
|
# names relative to it. **NOTE:** This requires you to
|
||||||
# specify the top level directory via the `path` input.
|
# specify the top-level directory via the `path` input.
|
||||||
# Default: true
|
# Default: true
|
||||||
diff_relative: ''
|
diff_relative: ''
|
||||||
|
|
||||||
@ -437,7 +437,7 @@ Support this project with a :star:
|
|||||||
fetch_depth: ''
|
fetch_depth: ''
|
||||||
|
|
||||||
# File and directory patterns used to detect changes (Defaults to the entire repo if unset)
|
# File and directory patterns used to detect changes (Defaults to the entire repo if unset)
|
||||||
# **NOTE:** Multiline file/directory patterns should not include quotes.
|
# NOTE: Multiline file/directory patterns should not include quotes.
|
||||||
files: ''
|
files: ''
|
||||||
|
|
||||||
# Source file(s) used to populate the `files` input.
|
# Source file(s) used to populate the `files` input.
|
||||||
@ -469,7 +469,8 @@ Support this project with a :star:
|
|||||||
# to ignore changes
|
# to ignore changes
|
||||||
files_ignore_yaml: ''
|
files_ignore_yaml: ''
|
||||||
|
|
||||||
# Source file(s) used to populate the `files_ignore_yaml` input. [Example](https://github.com/tj-actions/changed-files/blob/main/test/changed-files.yml)
|
# Source file(s) used to populate the `files_ignore_yaml` input. Example:
|
||||||
|
# https://github.com/tj-actions/changed-files/blob/main/test/changed-files.yml
|
||||||
files_ignore_yaml_from_source_file: ''
|
files_ignore_yaml_from_source_file: ''
|
||||||
|
|
||||||
# Separator used to split the `files_ignore_yaml_from_source_file` input
|
# Separator used to split the `files_ignore_yaml_from_source_file` input
|
||||||
@ -486,7 +487,8 @@ Support this project with a :star:
|
|||||||
# to detect changes
|
# to detect changes
|
||||||
files_yaml: ''
|
files_yaml: ''
|
||||||
|
|
||||||
# Source file(s) used to populate the `files_yaml` input. [Example](https://github.com/tj-actions/changed-files/blob/main/test/changed-files.yml)
|
# Source file(s) used to populate the `files_yaml` input. Example:
|
||||||
|
# https://github.com/tj-actions/changed-files/blob/main/test/changed-files.yml
|
||||||
files_yaml_from_source_file: ''
|
files_yaml_from_source_file: ''
|
||||||
|
|
||||||
# Separator used to split the `files_yaml_from_source_file` input
|
# Separator used to split the `files_yaml_from_source_file` input
|
||||||
@ -495,12 +497,13 @@ Support this project with a :star:
|
|||||||
files_yaml_from_source_file_separator: ''
|
files_yaml_from_source_file_separator: ''
|
||||||
|
|
||||||
# Include `all_old_new_renamed_files` output. Note this can generate a large
|
# Include `all_old_new_renamed_files` output. Note this can generate a large
|
||||||
# output See: [#501](https://github.com/tj-actions/changed-files/issues/501).
|
# output See: #501.
|
||||||
# Default: false
|
# Default: false
|
||||||
include_all_old_new_renamed_files: ''
|
include_all_old_new_renamed_files: ''
|
||||||
|
|
||||||
# Output list of changed files in a JSON formatted
|
# 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)
|
# string which can be used for matrix jobs. Example:
|
||||||
|
# https://github.com/tj-actions/changed-files/blob/main/.github/workflows/matrix-test.yml
|
||||||
# Default: false
|
# Default: false
|
||||||
json: ''
|
json: ''
|
||||||
|
|
||||||
@ -530,8 +533,8 @@ Support this project with a :star:
|
|||||||
# Default: .
|
# Default: .
|
||||||
path: ''
|
path: ''
|
||||||
|
|
||||||
# Use non-ascii characters to match files and output the
|
# Use non ASCII characters to match files and output
|
||||||
# filenames completely verbatim by setting this to `false`
|
# the filenames completely verbatim by setting this to `false`
|
||||||
# Default: true
|
# Default: true
|
||||||
quotepath: ''
|
quotepath: ''
|
||||||
|
|
||||||
@ -584,13 +587,13 @@ Support this project with a :star:
|
|||||||
since_last_remote_commit: ''
|
since_last_remote_commit: ''
|
||||||
|
|
||||||
# Skip the initial fetch to improve performance for shallow
|
# Skip the initial fetch to improve performance for shallow
|
||||||
# repositories. **NOTE**: This could lead to errors with missing
|
# repositories. NOTE: This could lead to errors with missing
|
||||||
# history and the intended use is limited to when
|
# history and the intended use is limited to when
|
||||||
# you've fetched the history necessary to perform the diff.
|
# you've fetched the history necessary to perform the diff.
|
||||||
# Default: false
|
# Default: false
|
||||||
skip_initial_fetch: ''
|
skip_initial_fetch: ''
|
||||||
|
|
||||||
# Github token used to fetch changed files from Github's
|
# GitHub token used to fetch changed files from Github's
|
||||||
# API.
|
# API.
|
||||||
# Default: ${{ github.token }}
|
# Default: ${{ github.token }}
|
||||||
token: ''
|
token: ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user