{"id":23822365,"url":"https://github.com/irvingdecarlo/get-commit-files","last_synced_at":"2026-06-12T21:32:09.873Z","repository":{"id":268607206,"uuid":"904914555","full_name":"IrvingDecarlo/get-commit-files","owner":"IrvingDecarlo","description":"A GitHub action that is capable of getting all files of a specific type that were changed by the action that triggered it.","archived":false,"fork":false,"pushed_at":"2024-12-19T20:06:39.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-11T21:03:58.590Z","etag":null,"topics":["action","actions","commit","git-diff","github-actions"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IrvingDecarlo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-17T19:46:13.000Z","updated_at":"2024-12-23T19:27:21.000Z","dependencies_parsed_at":"2024-12-18T00:34:49.786Z","dependency_job_id":null,"html_url":"https://github.com/IrvingDecarlo/get-commit-files","commit_stats":null,"previous_names":["irvingdecarlo/get-modified-files","irvingdecarlo/get-commit-files"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/IrvingDecarlo/get-commit-files","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IrvingDecarlo%2Fget-commit-files","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IrvingDecarlo%2Fget-commit-files/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IrvingDecarlo%2Fget-commit-files/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IrvingDecarlo%2Fget-commit-files/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IrvingDecarlo","download_url":"https://codeload.github.com/IrvingDecarlo/get-commit-files/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IrvingDecarlo%2Fget-commit-files/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34263871,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["action","actions","commit","git-diff","github-actions"],"created_at":"2025-01-02T09:17:38.322Z","updated_at":"2026-06-12T21:32:09.851Z","avatar_url":"https://github.com/IrvingDecarlo.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"get-commit-files, a GitHub Action by Irving Decarlo\n\n# What is the Action for?\n\nget-commit-files is an Action that is capable of getting a specific file type from commits that are part of a GitHub event, such as a push. With it, you are capable of getting all files that were modified or created within said event.\n\n\u003e [!IMPORTANT]\n\u003e Not all GitHub event were tested, only with push actions.\n\n## How to use\n\nIt can be used freely by any workflow. It requires 4 parameters:\n1. `commits-json`: The `github.event.commits` property but as a JSON:\n```\ncommits-json: ${{ toJson(github.event.commits) }}\n```\n2. `git-branch`: The GitHub branch that invoked the event:\n```\ngit-branch: ${{ github.ref_name }}\n```\n3. `file-type`: The file type that you want to filter:\n```\nfile-type: \".txt\"\n```\n4. `file-ignore`: The file to signal that all files under a specific folder are to be ignored:\n```\nfile-ignore: \".fileignore\"\n```\n\nAnd it outputs:\n1. `modified-files`: A comma-separated list of modified files.\n\n## Roadmap\n\n- [x] File Filtering\n- [x] File Ignoring\n- [ ] Filter multiple file types\n- [ ] Test other GitHub actions\n\n## How can I contribute\n\nFeel free to give me any suggestions that you believe will improve the Action. Additionally, you may make your own Action that is based on this one.\n\nThank you!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firvingdecarlo%2Fget-commit-files","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firvingdecarlo%2Fget-commit-files","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firvingdecarlo%2Fget-commit-files/lists"}