{"id":27785983,"url":"https://github.com/ryohidaka/action-get-description","last_synced_at":"2026-04-29T06:36:43.726Z","repository":{"id":290366623,"uuid":"974210015","full_name":"ryohidaka/action-get-description","owner":"ryohidaka","description":"GitHub Actions to get repository description.","archived":false,"fork":false,"pushed_at":"2025-05-12T04:26:02.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-12T05:29:16.352Z","etag":null,"topics":["description","github-actions"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/get-description","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/ryohidaka.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-04-28T12:26:33.000Z","updated_at":"2025-05-12T04:26:05.000Z","dependencies_parsed_at":"2025-04-30T15:37:18.464Z","dependency_job_id":null,"html_url":"https://github.com/ryohidaka/action-get-description","commit_stats":null,"previous_names":["ryohidaka/action-get-description"],"tags_count":2,"template":false,"template_full_name":"ryohidaka/composite-action-template","purl":"pkg:github/ryohidaka/action-get-description","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryohidaka%2Faction-get-description","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryohidaka%2Faction-get-description/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryohidaka%2Faction-get-description/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryohidaka%2Faction-get-description/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryohidaka","download_url":"https://codeload.github.com/ryohidaka/action-get-description/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryohidaka%2Faction-get-description/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262916657,"owners_count":23383888,"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":["description","github-actions"],"created_at":"2025-04-30T15:37:17.526Z","updated_at":"2026-04-29T06:36:38.703Z","avatar_url":"https://github.com/ryohidaka.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Get Description\n\n[![GitHub Release](https://img.shields.io/github/v/release/ryohidaka/action-get-description)](https://github.com/ryohidaka/action-get-description/releases/)\n[![Test Action](https://github.com/ryohidaka/action-get-description/actions/workflows/test.yml/badge.svg)](https://github.com/ryohidaka/action-get-description/actions/workflows/test.yml)\n\nGitHub Actions to get repository description.\n\n## Usage\n\n```yml\non: [push]\n\njobs:\n  get-description:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Run Get Description Action\n        id: get_description\n        uses: ryohidaka/action-get-description@v0.1.1\n        with:\n          token: ${{ secrets.GITHUB_TOKEN }}\n\n      - name: Show Description\n        run: |\n          echo \"${{ steps.get_description.outputs.description }}\"\n```\n\n## Inputs\n\n| Input        | Description                               | Required | Default            |\n| ------------ | ----------------------------------------- | -------- | ------------------ |\n| `token`      | GitHub Token for API access               | ✅       |                    |\n| `repository` | The repository in the format `owner/repo` |          | current repository |\n\n## Outputs\n\n| Output        | Description                       | Example                                         |\n| ------------- | --------------------------------- | ----------------------------------------------- |\n| `description` | The description of the repository | `GitHub Actions to get repository description.` |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryohidaka%2Faction-get-description","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryohidaka%2Faction-get-description","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryohidaka%2Faction-get-description/lists"}