{"id":15090066,"url":"https://github.com/ryohidaka/composite-action-template","last_synced_at":"2025-12-15T12:26:09.531Z","repository":{"id":253375639,"uuid":"843312866","full_name":"ryohidaka/composite-action-template","owner":"ryohidaka","description":"Template to create composite-action for GitHub Actions.","archived":false,"fork":false,"pushed_at":"2025-01-27T14:20:36.000Z","size":54,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-11T22:11:44.277Z","etag":null,"topics":["actions","composite-action","github-actions","template"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/ryohidaka.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["ryohidaka"],"patreon":null,"open_collective":null,"ko_fi":"ryohidaka","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2024-08-16T08:37:09.000Z","updated_at":"2025-01-27T14:20:37.000Z","dependencies_parsed_at":"2025-01-03T15:35:10.962Z","dependency_job_id":"35ff81df-a110-4ce3-9cd9-387bb5ee8131","html_url":"https://github.com/ryohidaka/composite-action-template","commit_stats":{"total_commits":46,"total_committers":4,"mean_commits":11.5,"dds":"0.21739130434782605","last_synced_commit":"270a545dea326cad818c8e37951651917781ad10"},"previous_names":["ryohidaka/composite-action-template"],"tags_count":6,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryohidaka%2Fcomposite-action-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryohidaka%2Fcomposite-action-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryohidaka%2Fcomposite-action-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryohidaka%2Fcomposite-action-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryohidaka","download_url":"https://codeload.github.com/ryohidaka/composite-action-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248487691,"owners_count":21112190,"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":["actions","composite-action","github-actions","template"],"created_at":"2024-09-25T09:04:28.671Z","updated_at":"2025-12-15T12:26:09.525Z","avatar_url":"https://github.com/ryohidaka.png","language":"Shell","funding_links":["https://github.com/sponsors/ryohidaka","https://ko-fi.com/ryohidaka","https://ko-fi.com/B0B6TVH92"],"categories":[],"sub_categories":[],"readme":"# composite-action-template\n\n[![GitHub Release](https://img.shields.io/github/v/release/ryohidaka/composite-action-template)](https://github.com/ryohidaka/composite-action-template/releases/)\n[![Test Action](https://github.com/ryohidaka/composite-action-template/actions/workflows/test.yml/badge.svg)](https://github.com/ryohidaka/composite-action-template/actions/workflows/test.yml)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n\n[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/B0B6TVH92)\n\nTemplate to create composite-action for GitHub Actions.\n\n## Usage\n\n```yml\non: [push]\n\npermissions:\n  contents: write\n\njobs:\n  action-name:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: ryohidaka/composite-action-template@v0.4.2\n        with:\n          who-to-greet: \"Mona the Octocat\"\n\n      - run: echo random-number \"$RANDOM_NUMBER\"\n        shell: bash\n        env:\n          RANDOM_NUMBER: ${{ steps.foo.outputs.random-number }}\n```\n\n## Inputs\n\n| Input          | Description  | Required | Default |\n| -------------- | ------------ | -------- | ------- |\n| `who-to-greet` | Who to greet | ✅       | `World` |\n\n## Outputs\n\n| Output          | Description   | Example |\n| --------------- | ------------- | ------- |\n| `random-number` | Random number | `9999`  |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryohidaka%2Fcomposite-action-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryohidaka%2Fcomposite-action-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryohidaka%2Fcomposite-action-template/lists"}