mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-17 19:17:45 +00:00
Upgraded from v2 -> v2.1
This commit is contained in:
parent
e1d275d6d3
commit
2d4ff74f14
2 changed files with 10 additions and 2 deletions
|
@ -1,5 +1,13 @@
|
|||
# Changelog
|
||||
|
||||
## [v2.1](https://github.com/tj-actions/changed-files/tree/v2.1) (2021-03-18)
|
||||
|
||||
[Full Changelog](https://github.com/tj-actions/changed-files/compare/v2...v2.1)
|
||||
|
||||
**Merged pull requests:**
|
||||
|
||||
- Upgraded to v2 [\#5](https://github.com/tj-actions/changed-files/pull/5) ([jackton1](https://github.com/jackton1))
|
||||
|
||||
## [v2](https://github.com/tj-actions/changed-files/tree/v2) (2021-03-14)
|
||||
|
||||
[Full Changelog](https://github.com/tj-actions/changed-files/compare/v1...v2)
|
||||
|
|
|
@ -14,11 +14,11 @@ Get modified files using [`git diff --diff-filter`](https://git-scm.com/docs/git
|
|||
- uses: actions/checkout@v2
|
||||
- name: Get modified files using defaults
|
||||
id: changed-files
|
||||
uses: tj-actions/changed-files@v2
|
||||
uses: tj-actions/changed-files@v2.1
|
||||
|
||||
- name: Get modified files using a comma separator
|
||||
id: changed-files-comma
|
||||
uses: tj-actions/changed-files@v2
|
||||
uses: tj-actions/changed-files@v2.1
|
||||
with:
|
||||
separator: ","
|
||||
|
||||
|
|
Loading…
Reference in a new issue