{"id":17091642,"url":"https://github.com/superbrothers/actions","last_synced_at":"2026-04-18T17:04:07.806Z","repository":{"id":51846512,"uuid":"310950966","full_name":"superbrothers/actions","owner":"superbrothers","description":"A collection of actions for use in your workflows","archived":false,"fork":false,"pushed_at":"2021-05-09T14:08:32.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-28T22:33:15.944Z","etag":null,"topics":["github-actions","krew","krew-plugin"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/superbrothers.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-11-07T23:32:05.000Z","updated_at":"2021-05-09T14:08:34.000Z","dependencies_parsed_at":"2022-08-23T09:41:25.467Z","dependency_job_id":null,"html_url":"https://github.com/superbrothers/actions","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superbrothers%2Factions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superbrothers%2Factions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superbrothers%2Factions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superbrothers%2Factions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/superbrothers","download_url":"https://codeload.github.com/superbrothers/actions/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245130003,"owners_count":20565571,"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":["github-actions","krew","krew-plugin"],"created_at":"2024-10-14T13:59:13.128Z","updated_at":"2026-04-18T17:04:02.760Z","avatar_url":"https://github.com/superbrothers.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# actions\n\n![CI](https://github.com/superbrothers/actions/workflows/CI/badge.svg)\n\nThis repo provides a collection of actions for use in your workflows.\n\n## setup-krew\n\nThis action sets up krew tool on your job.\n\n```yaml\nsteps:\n- uses: superbrothers/actions/setup-krew@master\n- run: kubectl krew version\n```\n\n## krew-plugin-test\n\nThis action tests your kubectl plugin with krew tool.\n\n```yaml\nsteps:\n- uses: superbrothers/actions/krew-plugin-test@master\n  with:\n    archive: ./dist/kubectl-open_svc-linux-arm64.zip\n    manifest: ./dist/open-svc.yaml\n    command: kubectl open-svc --help\n```\n\nSee [action.yml](./krew-plugin-test/action.yml) for inputs.\n\n## krew-plugin-release\n\nThis action creates a pull request to krew-index repo for releasing your kubectl plugin.\n\n```yaml\n- uses: superbrothers/actions/krew-plugin-release@master\n  with:\n    token: ${{ secrets.PAT }}\n    manifest_path: ./dist/open-svc.yaml\n    git_author_name: Kazuki Suda\n    git_author_email: kazuki.suda@gmail.com\n```\n\nSee [action.yml](./krew-plugin-release/action.yml) for inputs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperbrothers%2Factions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuperbrothers%2Factions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperbrothers%2Factions/lists"}