mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-29 03:34:50 +00:00
Update README.md
This commit is contained in:
parent
03274db805
commit
19eb759935
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -191,6 +191,18 @@ jobs:
|
|||
uses: tj-actions/changed-files@v1.0.0
|
||||
with:
|
||||
base_sha: "2096ed0"
|
||||
|
||||
- name: Checkout into dir1
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
path: subfolder
|
||||
|
||||
- name: Run changed-files with defaults on the dir1
|
||||
id: changed-files-for-subfolder
|
||||
uses: tj-actions/changed-files@v1.0.0
|
||||
with:
|
||||
path: subfolder
|
||||
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue