anecdotes-ai/Trigger Remote Workflow And Track Its Status
triggers a remote workflow and waits for its exit status
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 6, 2026
- Maintenance Recency
- Activelast commit May 4, 2026
- License
- None
Pinned Snippet
uses: anecdotes-ai/remote-workflow-control@e69ba6baae29264a54f7534caff3a2cd7713ab62 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| workflow-org | the worklflow"s organization/username on Github | no | anecdotes-ai |
| workflow-repo | the workflow"s Github repository/project name | yes | — |
| workflow-yaml | the workflow"s yaml action file name | yes | — |
| workflow-branch | the branch from which the triggered workflow would be executed | yes | — |
| workflow-inputs | additional space-delimited workflow inputs in the var=value format | no | none |
| github-auth-token | the Github authentication token to use for POST/GET requests on Github | yes | — |
| wait-timeout-in-minutes | how long we wait for the triggered workflow to complete | — | 5 |
Outputs
no outputs