mvolfik/Start Apify Actor
Starts Apify Actor and adds a commit status marker with link to the run.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| actor-id | ID of the Actor to start. | no | — |
| task-id | ID of the Actor task to start. Exactly one of actorId, taskId must be specified. | no | — |
| apify-token | Apify API token with permission to start the Actor/task. | yes | — |
| github-token | GitHub API token with permission to write commit status markers in this repository. | yes | — |
| input-file | Path to the file to be uploaded as input to the run. If not present, empty JSON object (`{}`) will be used. | no | — |
Outputs
| name | description |
|---|---|
| run-id | ID of the started run. |