Update README.md

This commit is contained in:
Tonye Jack
2021-03-14 15:45:24 -04:00
committed by GitHub
parent 5eaa2d80dd
commit 9977eb95fd

View File

@@ -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: ","