Update README.md
This commit is contained in:
parent
03274db805
commit
19eb759935
12
README.md
12
README.md
@ -192,6 +192,18 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
base_sha: "2096ed0"
|
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
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Running [pre-commit](https://pre-commit.com/) on all modified files
|
### Running [pre-commit](https://pre-commit.com/) on all modified files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user