{"id":22568113,"url":"https://github.com/rekgrpth/github-repository-dispatch-shell-action","last_synced_at":"2025-10-25T09:43:00.880Z","repository":{"id":65155662,"uuid":"392559221","full_name":"RekGRpth/github-repository-dispatch-shell-action","owner":"RekGRpth","description":"github repository dispatch shell action","archived":false,"fork":false,"pushed_at":"2025-01-01T19:09:25.000Z","size":61,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"v1","last_synced_at":"2025-04-09T22:14:46.477Z","etag":null,"topics":["action","dispatch","github","repository","shell"],"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/RekGRpth.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":"2021-08-04T05:20:43.000Z","updated_at":"2025-01-01T19:08:43.000Z","dependencies_parsed_at":"2024-01-01T20:28:10.676Z","dependency_job_id":"a7f5593b-7aff-466a-a2a5-83b030b22932","html_url":"https://github.com/RekGRpth/github-repository-dispatch-shell-action","commit_stats":{"total_commits":56,"total_committers":3,"mean_commits":"18.666666666666668","dds":0.0535714285714286,"last_synced_commit":"63f004e3562ec690089fe548eee83931434cda89"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RekGRpth%2Fgithub-repository-dispatch-shell-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RekGRpth%2Fgithub-repository-dispatch-shell-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RekGRpth%2Fgithub-repository-dispatch-shell-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RekGRpth%2Fgithub-repository-dispatch-shell-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RekGRpth","download_url":"https://codeload.github.com/RekGRpth/github-repository-dispatch-shell-action/tar.gz/refs/heads/v1","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248119290,"owners_count":21050755,"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","dispatch","github","repository","shell"],"created_at":"2024-12-08T00:11:28.361Z","updated_at":"2025-10-25T09:42:55.844Z","avatar_url":"https://github.com/RekGRpth.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# github repository dispatch shell action\n\n## call github repository dispatch to definded repository\n\n### usage\n\n#### inside source repo workflow\n\n```yml\nsteps:\n  - env:\n      GITHUB_TOKEN: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }} # repository dispatch public repo access token, required\n      INPUTS_CLIENT_PAYLOAD: '{\"repository\":${{ toJson(github.event.repository.name) }}}' # repository dispatch client payload, required\n      INPUTS_EVENT_TYPE: latest # repository dispatch event type, required\n      INPUTS_REPOSITORY: ${{ github.repository_owner }}/${{ matrix.repo }} # repository dispatch repository, default: current workflow repository\n    uses: rekgrpth/github-repository-dispatch-shell-action@v1\nstrategy:\n  matrix:\n    repo:\n      - repo1\n      - repo2\n      - repo3\n```\n\n#### inside target repo workflow\n\n```yml\non:\n  repository_dispatch:\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frekgrpth%2Fgithub-repository-dispatch-shell-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frekgrpth%2Fgithub-repository-dispatch-shell-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frekgrpth%2Fgithub-repository-dispatch-shell-action/lists"}