3
0
Fork 0
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:
Tonye Jack 2021-08-27 22:01:21 -04:00 committed by GitHub
parent 03274db805
commit 19eb759935
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```