From 919efd6a0cf23890e0ed98265bf405d832a49ae4 Mon Sep 17 00:00:00 2001 From: Bryan Killian Date: Wed, 8 Jan 2020 21:13:57 -0500 Subject: [PATCH] adding file-changes-action This action will take the information from the Push/Pull Request and output some variables and write files that will let you know what was changed, removed, or added. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0211da8..c30d80e 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Label your Pull Requests auto-magically (using committed files)](https://github.com/Decathlon/pull-request-labeler-action) - [Add Label to your Pull Requests based on the author team name](https://github.com/JulienKode/team-labeler-action) - [Manually trigger your GitHub Actions from a UI](https://www.actionspanel.app) - +- [Get a list of file changes with PR/Push](https://github.com/trilom/file-changes-action) ### Collection of Actions - [Many linters and autofixers for various languages](https://github.com/bltavares/actions)