Skip to content

Commit

Permalink
Merge pull request #572 from tj-actions/chore/update-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Dec 15, 2022
2 parents 6313ea4 + 2f26afd commit f6ae948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Search for files matching [glob patterns](https://docs.github.com/en/actions/lea
| head-repo-fork | string | false | `"${{ github.event.pull_request.head.repo.fork }}"` | Specify a boolean indicating a<br>PR from a fork is<br>used for comparing changes, when<br>`include-deleted-files` is set to `true`<br> |
| include-deleted-files | string | false | `"false"` | Include all matching deleted files<br> |
| match-directories | string | true | `"true"` | Indicates whether to include match<br>directories |
| match-gitignore-files | string | true | `"true"` | Indicates whether to match files<br>in `.gitignore` |
| match-gitignore-files | string | true | `"false"` | Indicates whether to match files<br>in `.gitignore` |
| separator | string | true | `" "` | Separator used for the paths<br>output. |
| sha | string | true | `"${{ github.sha }}"` | Specify a current commit SHA<br>used for comparing changes, when<br>`include-deleted-files` is set to `true`<br> |
| strip-top-level-dir | string | false | `"true"` | Strip the `$GITHUB_WORKSPACE` from the<br>`paths` output |
Expand Down

0 comments on commit f6ae948

Please sign in to comment.