3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2024-12-18 09:44:46 +00:00
Commit graph

66 commits

Author SHA1 Message Date
Renovate Bot
ff85b03c27 Update reviewdog/action-shellcheck action to v1.11 2021-11-13 05:10:59 -05:00
Renovate Bot
3f78450f6c Update reviewdog/action-shellcheck action to v1.10 2021-11-07 10:37:02 -05:00
Tonye Jack
71583c0a06
Support retrieving changed files between the last remote commit and the current HEAD for push events (#236)
* Update entrypoint.sh

* Update entrypoint.sh

* Update entrypoint.sh

* Update entrypoint.sh

* Update entrypoint.sh

* Update entrypoint.sh

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update entrypoint.sh

* Update entrypoint.sh

* Update entrypoint.sh

* Update entrypoint.sh

* Create new.yml

* Empty commit

* Empty commit 2

* Empty commit 3

* Updated the use the last remote commit

* Update entrypoint.sh

* Update README.md

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-10-30 15:55:58 -04:00
Tonye Jack
4f72533e45
Fixed error with test (#211) 2021-10-15 13:36:09 -04:00
Tonye Jack
3451eadc87
Updated usage of for loop accessing array items. (#209) 2021-10-12 09:47:12 -04:00
Tonye Jack
5a6b6bb1c3
Update test.yml 2021-09-26 02:32:37 -04:00
Renovate Bot
1f37ab54c8 Update reviewdog/action-shellcheck action to v1.9 2021-09-25 05:33:38 -04:00
Tonye Jack
1a59b03b8b
Updated test (#195) 2021-09-19 20:44:31 -04:00
dependabot[bot]
223c35895d
Bump tj-actions/branch-names from 4.9 to 5 (#193)
Bumps [tj-actions/branch-names](https://github.com/tj-actions/branch-names) from 4.9 to 5.
- [Release notes](https://github.com/tj-actions/branch-names/releases)
- [Changelog](https://github.com/tj-actions/branch-names/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/branch-names/compare/v4.9...v5)

---
updated-dependencies:
- dependency-name: tj-actions/branch-names
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-14 21:08:57 -04:00
Tonye Jack
5e2a2f1923
Added support for detecting deleted files. (#188) 2021-09-05 08:22:47 -04:00
Tonye Jack
368be5bbf0
Rename all_changed_files to all_changed_and_modified_files. (#187) 2021-09-04 09:42:11 -04:00
Tonye Jack
1af9ab3830
Update handling separator. (#181) 2021-09-04 09:08:20 -04:00
Ivan Pizhenko
8a41500fbe
Implement path parameter (#168)
* Implement path parameter

* Add test

* Update README.md

* Corrections after code review

* Update action.yml

* Update test.yml

* Do not use realpath

* Update entrypoint.sh

* Update test.yml

Co-authored-by: Ivan Pizhenko <IvanPizhenko@users.noreply.github.com>
Co-authored-by: Tonye Jack <jtonye@ymail.com>
2021-08-27 21:53:03 -04:00
Renovate Bot
005b4f86af Update tj-actions/branch-names action to v4.9 2021-08-22 23:57:49 -04:00
Tonye Jack
75933dc40b
Dedupe output file names. (#153) 2021-08-06 06:14:50 -04:00
Renovate Bot
5cab6c42e2 Update tj-actions/branch-names action to v4.8 2021-08-04 15:39:42 -04:00
Renovate Bot
3a01bb540d Update reviewdog/action-shellcheck action to v1.7 2021-07-26 12:44:49 -04:00
Tonye Jack
8c6f276ea5
Added support for detecting non specific file changes. (#137) 2021-07-17 15:13:26 -04:00
Tonye Jack
d825b1f709
Update test.yml 2021-07-17 11:54:59 -04:00
Tonye Jack
43ddf0c457
Added support for a custom base sha. (#135) 2021-07-17 11:46:59 -04:00
Tonye Jack
bd55e90a0a
Added support for retrieving the files input using a source file. (#132) 2021-07-17 10:51:08 -04:00
Krasimir Nikolov
53afe7a5b5
Add custom source sha (#126)
Co-authored-by: Tonye Jack <jtonye@ymail.com>
2021-07-14 16:57:17 -04:00
Renovate Bot
4db62cd596 Update reviewdog/action-shellcheck action to v1.6 2021-06-26 10:36:46 -04:00
Tonye Jack
73f135c7fa
Add macos to test. (#107) 2021-06-18 19:09:00 -04:00
Tonye Jack
58d2c2ff31
Update test.yml 2021-06-18 15:05:37 -04:00
Tonye Jack
6254a409a7
Add support for multiple platforms (#102) 2021-06-18 10:19:28 -04:00
Tonye Jack
5fe8e4d604
Update test.yml (#81) 2021-05-25 00:30:19 -04:00
Tonye Jack
bc50a219c9
Update test.yml 2021-05-21 08:11:59 -04:00
Tonye Jack
4a37137ae0
Update test.yml 2021-05-17 04:26:35 -04:00
Tonye Jack
391126c25c
Update test.yml 2021-05-17 04:19:10 -04:00
Tonye Jack
49e4a65bc2
Fixed bug with trailing separator (#74) 2021-05-17 04:02:50 -04:00
Tonye Jack
060d09a82f
Improve test coverage (#71) 2021-05-16 16:26:22 -04:00
dependabot[bot]
a0089a8516
Bump actions/checkout from 2 to 2.3.4 (#60)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-12 11:44:03 -04:00
Tonye Jack
81f32e2402
Strip leading whitespaces (#50) 2021-05-01 19:58:35 -04:00
Tonye Jack
f863cedeea
Update test.yml 2021-05-01 15:49:50 -04:00
Tonye Jack
6a4e739596
Switch to using a bash script. (#39) 2021-05-01 15:14:25 -04:00
Tonye Jack
7841015a94
Update test.yml 2021-05-01 08:59:18 -04:00
Tonye Jack
dc2959d455
Update test.yml 2021-05-01 07:55:01 -04:00
Tonye Jack
c23398e584
Update test.yml 2021-04-23 06:17:20 -04:00
Tonye Jack
e368753cac
Update test.yml 2021-04-23 06:14:21 -04:00
Tonye Jack
506d6c005e
Update test.yml 2021-04-04 09:08:26 -04:00
Tonye Jack
715ae3d38e
Update test.yml 2021-04-02 09:12:33 -04:00
Tonye Jack
33a185bbac
Update test.yml 2021-04-02 09:00:06 -04:00
Tonye Jack
122b223c04
Update test.yml 2021-04-02 08:56:53 -04:00
Tonye Jack
78d6add10d
Update test.yml 2021-04-02 08:54:37 -04:00
Tonye Jack
ca86f77326
Update test.yml 2021-04-02 08:52:58 -04:00
Tonye Jack
56c6262bb9
Merge branch 'main' into updated-the-all-changed 2021-04-02 08:51:02 -04:00
Tonye Jack
1c5a3415f3
Update test.yml 2021-04-02 08:49:56 -04:00
Tonye Jack
48835883f9
Update test.yml 2021-04-02 08:46:17 -04:00
Tonye Jack
8673629857
Update test.yml 2021-04-02 08:45:11 -04:00