Updated README.md (#1713)
Co-authored-by: jackton1 <jackton1@users.noreply.github.com>
This commit is contained in:
parent
ad01f6fdba
commit
2a9f067522
16
README.md
16
README.md
@ -378,12 +378,12 @@ Support this project with a :star:
|
|||||||
base_sha: ''
|
base_sha: ''
|
||||||
|
|
||||||
# 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: ''
|
||||||
|
|
||||||
# Output unique changed directories instead of filenames. **NOTE:** This
|
# Output unique changed directories instead of filenames. NOTE: This
|
||||||
# returns `.` for changed files located in the current
|
# returns `.` for changed files located in the current
|
||||||
# working directory which defaults to `$GITHUB_WORKSPACE`.
|
# working directory which defaults to `$GITHUB_WORKSPACE`.
|
||||||
# Default: `"false"`
|
# Default: `"false"`
|
||||||
@ -402,7 +402,7 @@ Support this project with a :star:
|
|||||||
dir_names_exclude_current_dir: ''
|
dir_names_exclude_current_dir: ''
|
||||||
|
|
||||||
# File and directory patterns to include in the output
|
# File and directory patterns to include in the output
|
||||||
# when `dir_names` is set to `true`. **NOTE:** This returns
|
# when `dir_names` is set to `true`. NOTE: This returns
|
||||||
# only the matching files and also the directory names.
|
# only the matching files and also the directory names.
|
||||||
dir_names_include_files: ''
|
dir_names_include_files: ''
|
||||||
|
|
||||||
@ -430,7 +430,7 @@ Support this project with a :star:
|
|||||||
# Default: `"false"`
|
# Default: `"false"`
|
||||||
fetch_additional_submodule_history: ''
|
fetch_additional_submodule_history: ''
|
||||||
|
|
||||||
# Depth of additional branch history fetched. **NOTE**: This can
|
# Depth of additional branch history fetched. NOTE: This can
|
||||||
# be adjusted to resolve errors with insufficient history.
|
# be adjusted to resolve errors with insufficient history.
|
||||||
# Default: `"50"`
|
# Default: `"50"`
|
||||||
fetch_depth: ''
|
fetch_depth: ''
|
||||||
@ -500,7 +500,7 @@ Support this project with a :star:
|
|||||||
# Default: `"false"`
|
# Default: `"false"`
|
||||||
json: ''
|
json: ''
|
||||||
|
|
||||||
# Apply the negation patterns first. **NOTE:** This affects how
|
# Apply the negation patterns first. NOTE: This affects how
|
||||||
# changed files are matched.
|
# changed files are matched.
|
||||||
# Default: `"false"`
|
# Default: `"false"`
|
||||||
negation_patterns_first: ''
|
negation_patterns_first: ''
|
||||||
@ -526,8 +526,8 @@ Support this project with a :star:
|
|||||||
# Default: `"."`
|
# Default: `"."`
|
||||||
path: ''
|
path: ''
|
||||||
|
|
||||||
# Use non ASCII characters to match files and output
|
# Use non-ASCII characters to match files and output the
|
||||||
# the filenames completely verbatim by setting this to `false`
|
# filenames completely verbatim by setting this to `false`
|
||||||
# Default: `"true"`
|
# Default: `"true"`
|
||||||
quotepath: ''
|
quotepath: ''
|
||||||
|
|
||||||
@ -594,7 +594,7 @@ Support this project with a :star:
|
|||||||
until: ''
|
until: ''
|
||||||
|
|
||||||
# Write outputs to the `output_dir` defaults to `.github/outputs` folder.
|
# Write outputs to the `output_dir` defaults to `.github/outputs` folder.
|
||||||
# **NOTE:** This creates a `.txt` file by default and
|
# NOTE: This creates a `.txt` file by default and
|
||||||
# a `.json` file if `json` is set to `true`.
|
# a `.json` file if `json` is set to `true`.
|
||||||
# Default: `"false"`
|
# Default: `"false"`
|
||||||
write_output_files: ''
|
write_output_files: ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user