liquidlogiclabs/Trigger remote workflow (GitHub/Gitea)

Trigger a workflow in another repository on GitHub or Gitea (same or different instance).

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repoTarget repository. Formats supported: - owner/repo - https://github.com/owner/repo - https://gitea.example.com/owner/repo no
workflow-nameWorkflow name to dispatch. This is the top-level `name:` field in the workflow YAML file. If the workflow has no `name:` field, the filename (without extension) is used as fallback. NOT the job name or step name. Example: if your workflow has `name: CI/CD Pipeline`, use `workflow-name: CI/CD Pipeline`. Example: if your workflow file is `build.yml` with no name field, use `workflow-name: build`. yes
refGit ref to run the workflow on (branch/tag/SHA).nomain
base-urlBase URL for the target instance (GitHub or Gitea). Auto-inferred from repo URL or runner env (GITHUB_SERVER_URL / GITEA_SERVER_URL). Override if inference is incorrect. no
tokenAPI token for the target instance (GitHub or Gitea). If omitted, falls back to runner environment token (GITHUB_TOKEN or GITEA_TOKEN). Token must have permission to read workflows and dispatch runs in the target repo. no
inputsOptional JSON object string of inputs for the workflow dispatch.no
skip-certificate-checkSkip TLS certificate verification for API calls (self-hosted instances).nofalse
verboseEnable verbose logging (HTTP attempts, endpoint discovery, response snippets). Also enabled when ACTIONS_STEP_DEBUG=true.nofalse
namedescription
statusHTTP status code returned by the dispatch request (typically 204 on GitHub, 201/204 on Gitea).
endpointThe API endpoint URL used to dispatch the workflow. Useful for debugging platform/instance routing.