{"id":15755866,"url":"https://github.com/simenandre/setup-inputs","last_synced_at":"2025-09-20T10:32:13.019Z","repository":{"id":152381350,"uuid":"625007052","full_name":"simenandre/setup-inputs","owner":"simenandre","description":"🕶️ Parse GitHub Actions inputs from both `workflow_dispatch` and `repository_dispatch` events","archived":false,"fork":false,"pushed_at":"2024-11-12T23:42:25.000Z","size":384,"stargazers_count":0,"open_issues_count":15,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-07T07:44:01.603Z","etag":null,"topics":["action","actions","github-actions","parser","repository-dispatch","workflow","workflow-dispatch"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simenandre.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2023-04-07T20:21:33.000Z","updated_at":"2023-04-21T20:52:11.000Z","dependencies_parsed_at":"2023-11-29T20:26:41.122Z","dependency_job_id":"43833db6-2a9e-46c7-a93c-150b4db4698e","html_url":"https://github.com/simenandre/setup-inputs","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simenandre%2Fsetup-inputs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simenandre%2Fsetup-inputs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simenandre%2Fsetup-inputs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simenandre%2Fsetup-inputs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simenandre","download_url":"https://codeload.github.com/simenandre/setup-inputs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233655315,"owners_count":18709256,"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":["action","actions","github-actions","parser","repository-dispatch","workflow","workflow-dispatch"],"created_at":"2024-10-04T08:40:50.414Z","updated_at":"2025-09-20T10:32:07.492Z","avatar_url":"https://github.com/simenandre.png","language":"TypeScript","readme":"# setup-inputs\n\nThis action parses inputs regardless of which event triggered the workflow.\n\nIt is currently useful for workflows that both use dispatch methods,\n`repository_dispatch` and `workflow_dispatch`. In the future, we might add\nsupport for more events and input validation.\n\n## Quickstart\n\n```yaml\n- uses: simenandre/setup-inputs@v1\n  id: inputs\n```\n\nWith that you can access the inputs for both repository and workflow dispatch as\nsuch:\n\n```yaml\n- runs: ${{ steps.inputs.outputs.a-string }}\n```\n\nOr the whole JSON object, as such:\n\n```yaml\n- runs: ${{ steps.inputs.outputs.payload }}\n```\n\n## Example\n\nSee the [testing.yml](.github/workflows/testing.yml) for a full example.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimenandre%2Fsetup-inputs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimenandre%2Fsetup-inputs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimenandre%2Fsetup-inputs/lists"}