ethiack/Ethiack Job Manager Action
Integrates Ethiack Job Manager with GitHub Actions for managing Artiacker jobs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Oct 15, 2025
- License
- MIT
Pinned Snippet
uses: ethiack/github-action@be6f4731504f548282d1fc4d4ee25b0d7eeb02a3 # 1.1.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| command | The command to run. Available options are "launch", "cancel", "info", "list", "status", "success", "await", and "check". | yes | — |
| uuid | The UUID of the job. Required for commands "cancel", "info", "status", "success", and "await". | no | "" |
| url | The URL of the target service. Required for commands "launch", and "check". | no | "" |
| beacon_id | The beacon ID of the service. Optional for commands "launch" and "check". | no | "" |
| event_slug | The event slug of the service. Optional for commands "launch" and "check". | no | "" |
| args | The arguments to pass to the job. | no | "" |
Outputs
| name | description |
|---|---|
| response | The response from the Ethiack Job Manager package. |