Update README.md
This commit is contained in:
parent
5eaa2d80dd
commit
9977eb95fd
@ -14,11 +14,11 @@ Get modified files using [`git diff --diff-filter`](https://git-scm.com/docs/git
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Get modified files with defaults
|
- name: Get modified files with defaults
|
||||||
id: changed-files
|
id: changed-files
|
||||||
uses: ./
|
uses: tj-actions/changed-files@v2
|
||||||
|
|
||||||
- name: Get modified files with comma separator
|
- name: Get modified files with comma separator
|
||||||
id: changed-files-comma
|
id: changed-files-comma
|
||||||
uses: ./
|
uses: tj-actions/changed-files@v2
|
||||||
with:
|
with:
|
||||||
separator: ","
|
separator: ","
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user