3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2024-12-16 09:27:57 +00:00

Update README.md

This commit is contained in:
Tonye Jack 2022-02-17 23:32:26 -05:00 committed by GitHub
parent 1eabd2fb82
commit 1eb4363a4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -265,6 +265,12 @@ Support this project with a :star:
uses: tj-actions/changed-files@v16
with:
since_last_remote_commit: "true"
- name: Run changed-files using the fork point of a pull request
id: changed-files-fork-point
uses: tj-actions/changed-files@v16
with:
use_fork_point: "true"
```