Update README.md

This commit is contained in:
Tonye Jack 2021-03-14 15:45:59 -04:00 committed by GitHub
parent 9977eb95fd
commit b3f247794c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 with defaults - name: Get modified files using defaults
id: changed-files id: changed-files
uses: tj-actions/changed-files@v2 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 id: changed-files-comma
uses: tj-actions/changed-files@v2 uses: tj-actions/changed-files@v2
with: with: