Skip to content

Commit

Permalink
Merge pull request #585 from tj-actions/chore/update-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Dec 19, 2022
2 parents 8283dfd + e59fd69 commit 84ba845
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 @@ -49,6 +49,7 @@ Search for files matching [glob patterns](https://docs.github.com/en/actions/lea
|-------------------------------------------|--------|----------|-----------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------|
| base-ref | string | false | `"${{ github.base_ref }}"` | Specify a base ref used for comparing<br>changes, when `include-deleted-files` is set to `true`<br> |
| base-sha | string | false | | Specify a base commit SHA used for<br>comparing changes, when `include-deleted-files` is set to<br>`true` |
| diff | string | false | | Specify a diff string .. or ...<br>used for comparing changes, when `include-deleted-files` is<br>set to `true` |
| escape-paths | string | false | `"false"` | Escape special characters of filenames used in<br>the `paths` output |
| excluded-files | string | false | | Excluded file patterns (optionally include `!` before<br>the file pattern or it would be<br>prepended) |
| excluded-files-from-source-file | string | false | | Source file to populate the `excluded-files` input<br> |
Expand Down

0 comments on commit 84ba845

Please sign in to comment.