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