{"id":19399246,"url":"https://github.com/damoun/action-find-files","last_synced_at":"2026-03-19T09:38:57.677Z","repository":{"id":243432911,"uuid":"812409280","full_name":"damoun/action-find-files","owner":"damoun","description":"Find files","archived":false,"fork":false,"pushed_at":"2024-06-11T07:48:38.000Z","size":11,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-08T00:46:23.247Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/damoun.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-06-08T20:06:39.000Z","updated_at":"2024-07-23T11:08:44.000Z","dependencies_parsed_at":"2024-06-11T09:02:37.397Z","dependency_job_id":null,"html_url":"https://github.com/damoun/action-find-files","commit_stats":null,"previous_names":["damoun/action-find-files"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/damoun/action-find-files","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damoun%2Faction-find-files","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damoun%2Faction-find-files/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damoun%2Faction-find-files/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damoun%2Faction-find-files/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/damoun","download_url":"https://codeload.github.com/damoun/action-find-files/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damoun%2Faction-find-files/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30071687,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T03:25:38.285Z","status":"ssl_error","status_checked_at":"2026-03-04T03:25:05.086Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-10T11:08:40.127Z","updated_at":"2026-03-04T04:31:11.122Z","avatar_url":"https://github.com/damoun.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# action-find-files\n\nA Github Action to find files.\n\n## Usage\n\n```yaml\n- uses: damoun/action-find-files@v2\n  with:\n    # The regex pattern to search filename for.\n    pattern: '.*ya?ml$'\n    # The path to search files in.\n    path: '.'\n```\n\n## Exemple\n\n```yaml\nname: validate\n\non: [push, pull_request]\n\njobs:\n  find_yaml_files:\n    name: Find yaml files\n    outputs:\n      files: ${{ steps.find-files.outputs.files }}\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v4\n      - uses: damoun/action-find-files@v2\n        id: find-files\n        with:\n          pattern: '.*ya?ml$'\n\n  echo:\n    name: Echo files\n    needs: find_yaml_files\n    strategy:\n      matrix:\n        file: ${{ fromJson(needs.find_yaml_files.outputs.files) }}\n    runs-on: ubuntu-latest\n    steps:\n      - run: echo ${{ matrix.file }}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamoun%2Faction-find-files","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdamoun%2Faction-find-files","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamoun%2Faction-find-files/lists"}