mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-18 13:57:39 +00:00
Update README.md
This commit is contained in:
parent
9977eb95fd
commit
b3f247794c
1 changed files with 2 additions and 2 deletions
|
@ -12,11 +12,11 @@ Get modified files using [`git diff --diff-filter`](https://git-scm.com/docs/git
|
|||
...
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Get modified files with defaults
|
||||
- name: Get modified files using defaults
|
||||
id: changed-files
|
||||
uses: tj-actions/changed-files@v2
|
||||
|
||||
- name: Get modified files with comma separator
|
||||
- name: Get modified files using a comma separator
|
||||
id: changed-files-comma
|
||||
uses: tj-actions/changed-files@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue