2021-03-04 21:36:52 -05:00
|
|
|
changed-files
|
|
|
|
-------------
|
|
|
|
|
|
|
|
Get modified files
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
...
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v2
|
|
|
|
- name: Get modified files
|
|
|
|
uses: tj-actions/changed-files@v1
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
## Inputs
|
|
|
|
|
2021-03-05 07:40:19 -05:00
|
|
|
| Input | type | required | default | description |
|
2021-03-04 21:36:52 -05:00
|
|
|
|:-------------:|:-----------:|:-------------:|:----------------------------:|:-------------:|
|
2021-03-05 07:44:03 -05:00
|
|
|
| separator | `string` | `true` | `' '` | Separator to return outputs |
|
2021-03-04 21:36:52 -05:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Free software: [MIT license](LICENSE)
|
|
|
|
|
|
|
|
Features
|
|
|
|
--------
|
2021-03-05 07:44:03 -05:00
|
|
|
- Added Files
|
|
|
|
- Copied Files
|
|
|
|
- Deleted Files
|
|
|
|
- Modified Files
|
|
|
|
- Renamed Files
|
|
|
|
- Changed Files
|
|
|
|
- Unmerged Files
|
|
|
|
- Unknown Files
|
|
|
|
- All Changed Files
|
2021-03-04 21:36:52 -05:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Credits
|
|
|
|
-------
|
|
|
|
|
|
|
|
This package was created with [Cookiecutter](https://github.com/cookiecutter/cookiecutter).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Report Bugs
|
|
|
|
-----------
|
|
|
|
|
|
|
|
Report bugs at https://github.com/tj-actions/changed-files/issues.
|
|
|
|
|
|
|
|
If you are reporting a bug, please include:
|
|
|
|
|
|
|
|
* Your operating system name and version.
|
|
|
|
* Any details about your workflow that might be helpful in troubleshooting.
|
|
|
|
* Detailed steps to reproduce the bug.
|