From e13de8d8dc435174b0d115988bde7718574fdc2f Mon Sep 17 00:00:00 2001 From: Romain Lespinasse Date: Wed, 5 Mar 2025 02:51:33 +0100 Subject: [PATCH] Adding "Changed Filenames GitHub Action" (#51) Co-authored-by: Daw-Chih Liou --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5201dbd..abdcfa5 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Action Docs Action](https://github.com/npalm/action-docs-action) - Update your README based the action.yml. - [Issue Watcher](https://github.com/anushkrishnav/Issue-Watcher) - Monitors and Restricts the number of Issues open by a person at a time to the given limit. Prevents Issue spam. - [A GitHub Action That Automatically Generates & Updates Markdown Content (Like Your README.md) From External or Remote Files.](https://github.com/dineshsonachalam/markdown-autodocs) +- [Changed Filenames GitHub Action](https://github.com/DawChihLiou/changed-files-action) - This action returns all the changed files in a pull request. The changed files includes added, modified, renamed, and removed files. ### Collection of Actions