{"id":28432201,"url":"https://github.com/yasu89/gocredits-action","last_synced_at":"2026-04-29T15:03:09.864Z","repository":{"id":291604525,"uuid":"977065487","full_name":"yasu89/gocredits-action","owner":"yasu89","description":"GitHub Actions for gocredits","archived":false,"fork":false,"pushed_at":"2025-05-26T02:02:54.000Z","size":39,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-05T01:38:46.243Z","etag":null,"topics":["actions","go"],"latest_commit_sha":null,"homepage":"","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/yasu89.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2025-05-03T10:51:21.000Z","updated_at":"2025-05-26T02:02:43.000Z","dependencies_parsed_at":"2025-05-05T16:26:22.439Z","dependency_job_id":"f53675ec-ffb1-4205-95c6-8b4111b95a6d","html_url":"https://github.com/yasu89/gocredits-action","commit_stats":null,"previous_names":["yasu89/gocredits-action"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/yasu89/gocredits-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yasu89%2Fgocredits-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yasu89%2Fgocredits-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yasu89%2Fgocredits-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yasu89%2Fgocredits-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yasu89","download_url":"https://codeload.github.com/yasu89/gocredits-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yasu89%2Fgocredits-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32430803,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T13:34:34.882Z","status":"ssl_error","status_checked_at":"2026-04-29T13:34:29.830Z","response_time":110,"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":["actions","go"],"created_at":"2025-06-05T16:36:03.462Z","updated_at":"2026-04-29T15:03:09.859Z","avatar_url":"https://github.com/yasu89.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# gocredits-action\n\nGitHub Action for [Songmu/gocredits](https://github.com/Songmu/gocredits)\n\n# Usage\n\n## Check credits file\n\nConfiguration to fail the Actions workflow if there are differences in the CREDITS file output by gocredits.\n\n```yaml\n# .github/workflows/gocredits.yml\nname: gocredits\non:\n  push:\n    branches:\n      - main\n  pull_request:\njobs:\n  gocredits:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2\n    - uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0\n      with:\n        go-version-file: go.mod\n    - name: Install dependencies\n      shell: bash\n      run: go mod tidy\n    - uses: yasu89/gocredits-action@73d842e143bb323deffee6af1773db3edc7a8ba4 # v1.1.0\n```\n\n## Update credits file\n\nConfiguration to update and commit the CREDITS file if there are differences in the CREDITS file output by gocredits.\n\n```yaml\n# .github/workflows/gocredits.yml\nname: gocredits\non:\n  push:\n    branches:\n      - main\n  pull_request:\njobs:\n  gocredits:\n    runs-on: ubuntu-latest\n    permissions:\n      contents: write\n    steps:\n    - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2\n    - uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0\n      with:\n        go-version-file: go.mod\n    - name: Install dependencies\n      shell: bash\n      run: go mod tidy\n    - uses: yasu89/gocredits-action@73d842e143bb323deffee6af1773db3edc7a8ba4 # v1.1.0\n      with:\n        mode: 'update'\n```\n\nSee [action.yml](https://github.com/yasu89/gocredits-action/blob/main/action.yml) for more details on how to configure it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyasu89%2Fgocredits-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyasu89%2Fgocredits-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyasu89%2Fgocredits-action/lists"}