3
0
Fork 0
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:
Tonye Jack 2021-05-25 17:39:15 -04:00 committed by GitHub
parent 0389470572
commit 518dba3e05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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