{"id":15759821,"url":"https://github.com/wyrihaximus/github-action-files-in-commit","last_synced_at":"2025-04-21T04:31:39.169Z","repository":{"id":38198250,"uuid":"215603719","full_name":"WyriHaximus/github-action-files-in-commit","owner":"WyriHaximus","description":"Lists file in given commit","archived":false,"fork":false,"pushed_at":"2023-12-05T05:36:51.000Z","size":108,"stargazers_count":5,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-01T09:23:35.369Z","etag":null,"topics":["commit","csv","files","github","github-actions","hacktoberfest","list"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WyriHaximus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"WyriHaximus"}},"created_at":"2019-10-16T17:18:01.000Z","updated_at":"2023-12-27T14:05:58.000Z","dependencies_parsed_at":"2023-12-05T06:40:52.777Z","dependency_job_id":null,"html_url":"https://github.com/WyriHaximus/github-action-files-in-commit","commit_stats":{"total_commits":16,"total_committers":2,"mean_commits":8.0,"dds":0.3125,"last_synced_commit":"60444ad2a524c14554550249c60d9db9bba1b3ab"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WyriHaximus%2Fgithub-action-files-in-commit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WyriHaximus%2Fgithub-action-files-in-commit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WyriHaximus%2Fgithub-action-files-in-commit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WyriHaximus%2Fgithub-action-files-in-commit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WyriHaximus","download_url":"https://codeload.github.com/WyriHaximus/github-action-files-in-commit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249996105,"owners_count":21358064,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["commit","csv","files","github","github-actions","hacktoberfest","list"],"created_at":"2024-10-04T10:23:30.703Z","updated_at":"2025-04-21T04:31:38.907Z","avatar_url":"https://github.com/WyriHaximus.png","language":"PHP","funding_links":["https://github.com/sponsors/WyriHaximus"],"categories":[],"sub_categories":[],"readme":"# Files in commit (range)\n\nGithub Action that outputs a CSV list with files changed in the given commit (range).\n\n## Options\n\nThis action comes with two modes. You either pass no inputs and it gets the changed file list from the `GITHUB_SHA` \nenvironment variable. Or you pass it the `baseSha` and `headSha` inputs and it will give you the difference between \nthem. Not that only passing in either  `baseSha` or `headSha` results in falling back to listing the changed files in \n`GITHUB_SHA`.\n\n### baseSha\n\nThe SHA of the base commit.\n\n* *Required*: `Yes`\n* *Type*: `string`\n* *Example*: `ce28b7e31f089ce537cdec0ae660a74ccb17230f`\n\n### headSha\n\nThe SHA of the head commit.\n\n* *Required*: `Yes`\n* *Type*: `string`\n* *Example*: `a853c03c1b013aa58deee9a6ff43b7a897f6fab8`\n\n## Output\n\nThis action has only one output, namely the `files` output. It will container a CSV list of files that have changed in \nthe given commit range. For examples:\n* `` - Empty, nothing changed.\n* `composer.lock` - Only one file changed.\n* `composer.json,composer.lock` - Multiple files changed\n\n## License ##\n\nCopyright 2019 [Cees-Jan Kiewiet](http://wyrihaximus.net/)\n\nPermission is hereby granted, free of charge, to any person\nobtaining a copy of this software and associated documentation\nfiles (the \"Software\"), to deal in the Software without\nrestriction, including without limitation the rights to use,\ncopy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the\nSoftware is furnished to do so, subject to the following\nconditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\nOF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\nHOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\nFROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwyrihaximus%2Fgithub-action-files-in-commit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwyrihaximus%2Fgithub-action-files-in-commit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwyrihaximus%2Fgithub-action-files-in-commit/lists"}