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:
parent
1eabd2fb82
commit
1eb4363a4b
1 changed files with 6 additions and 0 deletions
|
@ -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"
|
||||
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue