mirror of
https://github.com/tj-actions/changed-files
synced 2025-03-05 11:06:22 +00:00
Update README.md (#82)
This commit is contained in:
parent
0389470572
commit
518dba3e05
1 changed files with 13 additions and 1 deletions
14
README.md
14
README.md
|
@ -3,7 +3,19 @@
|
|||
changed-files
|
||||
-------------
|
||||
|
||||
Retrieve all changed, added, modified and deleted files relative to the default branch (`pull_request*` events) or last commit (`push` event).
|
||||
Retrieve all changed files relative to the default branch (`pull_request*` events) or a previous commit (`push` event).
|
||||
|
||||
This includes detecting files that were:
|
||||
|
||||
- Added
|
||||
- Copied
|
||||
- Modified
|
||||
- Deleted
|
||||
- Renamed
|
||||
- Type changed
|
||||
- Unmerged
|
||||
- Unknown
|
||||
|
||||
|
||||
|
||||
## Features
|
||||
|
|
Loading…
Add table
Reference in a new issue