Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated README.md #414

Merged
merged 1 commit into from
May 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 19 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,44 +127,52 @@ Support this project with a :star:
- uses: tj-actions/verify-changed-files@v19
id: verify-changed-files
with:
# Indicates whether to fail if files have changed.
# Indicates whether to fail if
# files have changed.
# Type: boolean
# Default: "false"
fail-if-changed: ''

# Message to display when files have changed and the
# `fail-if-changed` input is set to `true`.
# Message to display when files
# have changed and the `fail-if-changed`
# input is set to `true`.
# Type: string
# Default: "Files have changed."
fail-message: ''

# File/Directory names to check for uncommited changes.
# File/Directory names to check for
# uncommited changes.
# Type: string
files: ''

# Separator used to split the `files` input
# Separator used to split the
# `files` input
# Type: string
# Default: "\n"
files-separator: ''

# Indicates whether to match files in `.gitignore`
# Indicates whether to match files
# in `.gitignore`
# Type: boolean
# Default: "false"
match-gitignore-files: ''

# Relative path under GITHUB_WORKSPACE to the repository
# Relative path under GITHUB_WORKSPACE to
# the repository
# Type: string
# Default: "."
path: ''

# Use non-ASCII characters to match files and output the
# filenames completely verbatim by setting this to `false`
# Use non-ASCII characters to match
# files and output the filenames
# completely verbatim by setting this
# to `false`
# Type: boolean
# Default: "true"
quotepath: ''

# Apply sanitization to output filenames before being set as
# output.
# Apply sanitization to output filenames
# before being set as output.
# Type: boolean
# Default: "true"
safe_output: ''
Expand Down
Loading