Skip to content

Commit

Permalink
Merge pull request #107 from tj-actions/chore/update-readme
Browse files Browse the repository at this point in the history
Updated README.md
  • Loading branch information
jackton1 authored Mar 29, 2022
2 parents 85ed4a6 + b9eb7b8 commit 3850400
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Search for files matching [glob patterns](https://docs.github.com/en/actions/lea
| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
|-------------------------------------------|--------|----------|-----------------------------|------------------------------------------------------------------------------------------------------------------|
| base-sha | string | false | | Specify a base commit SHA<br>used for comparing changes, when<br>`include-deleted-files` is set to `true`<br> |
| escape-paths | string | false | `"false"` | Escape special characters used in<br>the `paths` output |
| excluded-files | string | false | | Excluded file patterns (optionally include<br>`!` before the file pattern<br>or it would be prepended)<br> |
| excluded-files-from-source-file | string | false | | Source file to populate the<br>`excluded-files` input |
| excluded-files-from-source-file-separator | string | false | `"\n"` | Separator used to split the<br>`excluded-files-from-source-file` input |
Expand Down

0 comments on commit 3850400

Please sign in to comment.