mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-06 03:51:43 +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
|
uses: tj-actions/changed-files@v16
|
||||||
with:
|
with:
|
||||||
since_last_remote_commit: "true"
|
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