mirror of
https://github.com/tj-actions/changed-files
synced 2025-03-05 21:06:25 +00:00
Update README.md
This commit is contained in:
parent
5eaa2d80dd
commit
9977eb95fd
1 changed files with 2 additions and 2 deletions
|
@ -14,11 +14,11 @@ Get modified files using [`git diff --diff-filter`](https://git-scm.com/docs/git
|
|||
- uses: actions/checkout@v2
|
||||
- name: Get modified files with defaults
|
||||
id: changed-files
|
||||
uses: ./
|
||||
uses: tj-actions/changed-files@v2
|
||||
|
||||
- name: Get modified files with comma separator
|
||||
id: changed-files-comma
|
||||
uses: ./
|
||||
uses: tj-actions/changed-files@v2
|
||||
with:
|
||||
separator: ","
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue