Update README.md

This commit is contained in:
Tonye Jack
2022-04-28 02:30:50 -04:00
committed by GitHub
parent 679a1f78bd
commit 11f586bd88

View File

@@ -276,6 +276,12 @@ Support this project with a :star:
uses: tj-actions/changed-files@v19
with:
use_fork_point: "true"
- name: Run changed-files with quotepath disabled
id: changed-files-quotepath
uses: tj-actions/changed-files@v19
with:
quotepath: "false"
```