Compare commits

..

7 Commits
v2 ... v2.1

Author SHA1 Message Date
Tonye Jack
e1d275d6d3 Update action.yml 2021-03-18 07:33:12 -04:00
Tonye Jack
d048f47c2d Update action.yml 2021-03-18 07:32:07 -04:00
Tonye Jack
3e1a5a0bbb Delete HISTORY.md 2021-03-14 15:47:41 -04:00
Tonye Jack
c9d7fbfa0b Merge pull request #5 from tj-actions/upgrade-to-v2
Upgraded to v2
2021-03-14 15:46:58 -04:00
Tonye Jack
b3f247794c Update README.md 2021-03-14 15:45:59 -04:00
Tonye Jack
9977eb95fd Update README.md 2021-03-14 15:45:24 -04:00
jackton1
b2955a59c4 Upgraded from v1 -> v2 2021-03-14 19:45:03 +00:00
4 changed files with 27 additions and 15 deletions

21
CHANGELOG.md Normal file
View File

@@ -0,0 +1,21 @@
# Changelog
## [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)
**Merged pull requests:**
- Fixed end of string with separator [\#4](https://github.com/tj-actions/changed-files/pull/4) ([jackton1](https://github.com/jackton1))
## [v1](https://github.com/tj-actions/changed-files/tree/v1) (2021-03-05)
[Full Changelog](https://github.com/tj-actions/changed-files/compare/7eba13b12c69e63845b6d8bf1d3453edb0549ff9...v1)
**Merged pull requests:**
- Update action.yml [\#2](https://github.com/tj-actions/changed-files/pull/2) ([jackton1](https://github.com/jackton1))
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

View File

@@ -1,9 +0,0 @@
History
-------
v1 (2021-03-04)
------------------
* Initial Release.

View File

@@ -12,13 +12,13 @@ Get modified files using [`git diff --diff-filter`](https://git-scm.com/docs/git
...
steps:
- uses: actions/checkout@v2
- name: Get modified files with defaults
- name: Get modified files using defaults
id: changed-files
uses: ./
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
uses: ./
uses: tj-actions/changed-files@v2
with:
separator: ","

View File

@@ -1,5 +1,5 @@
name: Get modified files
description: Get modified files
name: Diff changed files
description: Diff changed files
author: tj-actions
inputs:
separator: