mirror of
https://github.com/tj-actions/changed-files
synced 2025-02-20 21:01:53 +00:00
Update README.md
This commit is contained in:
parent
0bd70b7aec
commit
20681a5b4f
1 changed files with 2 additions and 2 deletions
|
@ -97,8 +97,8 @@ jobs:
|
|||
|:-------------:|:-----------:|:-------------:|:-----------------------------:|:-------------:|
|
||||
| token | `string` | `false` | `${{ github.token }}` | [GITHUB_TOKEN](https://docs.github.com/en/free-pro-team@latest/actions/reference/authentication-in-a-workflow#using-the-github_token-in-a-workflow) <br /> or a repo scoped <br /> [Personal Access Token](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token) |
|
||||
| separator | `string` | `true` | `' '` | Output string separator |
|
||||
| files | `string` OR `string[]` | `false` | | Check for changes <br> using only these list of file(s) <br> (Defaults to the entire repo) |
|
||||
| sha | `string` | `true` | `${{ github.sha }}` | Specify a different <br> commit SHA used for comparing changes |
|
||||
| files | `string` OR `string[]` | `false` | | Check for changes <br> using only these <br> list of file(s) <br> (Defaults to the <br> entire repo) |
|
||||
| sha | `string` | `true` | `${{ github.sha }}` | Specify a different <br> commit SHA used <br> for comparing changes |
|
||||
| files-from-source-file | `string` | `false` | | Source file used populate <br> the files input. |
|
||||
|
||||
## Example
|
||||
|
|
Loading…
Add table
Reference in a new issue