Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Apr 1, 2021
1 parent a66004f commit 68680cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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 using defaults
- name: Get changed files using defaults
id: changed-files
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
uses: tj-actions/changed-files@v2.1
with:
Expand Down

0 comments on commit 68680cd

Please sign in to comment.