{"id":29978813,"url":"https://github.com/kenf1/ghrepotag","last_synced_at":"2025-10-15T12:30:09.131Z","repository":{"id":308060310,"uuid":"1031485299","full_name":"kenf1/ghrepotag","owner":"kenf1","description":"GitHub action to get a repo's latest release tag commit SHA. Combine with actions cache to monitor/run other actions.","archived":false,"fork":false,"pushed_at":"2025-09-10T19:44:58.000Z","size":275,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-10T23:38:00.824Z","etag":null,"topics":["actions","github-actions","typescript"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/ghrepotag","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kenf1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-03T20:53:04.000Z","updated_at":"2025-09-10T19:43:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"b741d360-3400-4747-9c5b-8da2742f8638","html_url":"https://github.com/kenf1/ghrepotag","commit_stats":null,"previous_names":["kenf1/repotag"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/kenf1/ghrepotag","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenf1%2Fghrepotag","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenf1%2Fghrepotag/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenf1%2Fghrepotag/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenf1%2Fghrepotag/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kenf1","download_url":"https://codeload.github.com/kenf1/ghrepotag/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenf1%2Fghrepotag/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279078100,"owners_count":26098446,"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","status":"online","status_checked_at":"2025-10-15T02:00:07.814Z","response_time":56,"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":["actions","github-actions","typescript"],"created_at":"2025-08-04T12:13:08.885Z","updated_at":"2025-10-15T12:30:09.108Z","avatar_url":"https://github.com/kenf1.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## ghrepotag\n\n[![GitHub Tag](https://img.shields.io/github/v/tag/kenf1/ghrepotag)](https://github.com/kenf1/ghrepotag/tags)\n\nGitHub action to get a repo's latest release tag commit SHA. Combine with actions cache to monitor/run other actions.\n\n### Example\n\nPrint latest commit SHA\n\n```\n- id: run_action\n    uses: kenf1/ghrepotag@v0.1.1\n    with:\n        org: \"neovim\"\n        repo: \"neovim\"\n\n- name: Print latest-sha output\n    run: echo \"Latest SHA is ${{ steps.run_action.outputs.latest-sha }}\"\n```\n\nSet cache\n\n```\n- name: Add string to cache\n    id: cache-key\n    run: echo \"cache-value\" \u003e cache_file.txt\n```\n\nRetrieve cache\n\n```\n- name: Restore cached string\n    id: cache-id\n    uses: actions/cache@v4\n    with:\n        path: cache_file.txt\n        key: cache-key\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkenf1%2Fghrepotag","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkenf1%2Fghrepotag","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkenf1%2Fghrepotag/lists"}