mirror of
https://github.com/tj-actions/changed-files
synced 2025-02-22 01:17:40 +00:00
Updated README.md
This commit is contained in:
parent
b4f323482c
commit
7a799a583e
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ Support this project with a :star:
|
||||||
| path | string | false | `"."` | Specify a relative path under<br>`$GITHUB_WORKSPACE` to locate the repository.<br> |
|
| path | string | false | `"."` | Specify a relative path under<br>`$GITHUB_WORKSPACE` to locate the repository.<br> |
|
||||||
| quotepath | string | false | `"true"` | Use non ascii characters to<br>match files and output the<br>filenames completely verbatim by setting<br>this to `false` |
|
| quotepath | string | false | `"true"` | Use non ascii characters to<br>match files and output the<br>filenames completely verbatim by setting<br>this to `false` |
|
||||||
| separator | string | false | `" "` | Split character for output strings<br> |
|
| separator | string | false | `" "` | Split character for output strings<br> |
|
||||||
| sha | string | true | `"${{ github.sha }}"` | Specify a different commit SHA<br>used for comparing changes |
|
| sha | string | false | `"${{ github.sha }}"` | Specify a different commit SHA<br>used for comparing changes |
|
||||||
| since | string | false | | Get changed files for commits<br>whose timestamp is older than<br>the given time. |
|
| since | string | false | | Get changed files for commits<br>whose timestamp is older than<br>the given time. |
|
||||||
| until | string | false | | Get changed files for commits<br>whose timestamp is earlier than<br>the given time. |
|
| until | string | false | | Get changed files for commits<br>whose timestamp is earlier than<br>the given time. |
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue