ambientlabscomputing/Ambient Labs CI/CD Action
Allows running commands on the Edge using Ambient Labs CI/CD services
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Mar 23, 2025
- License
- None
Pinned Snippet
uses: ambientlabscomputing/ambient-cicd-action@a08a0179c7ede26bbecd66e869a22317b01eb86e # v0.4.4-betatags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Token for Ambient Labs CI/CD | yes | — |
| command | Command to execute | yes | — |
| timeout | Timeout for command | no | — |
| workdir | Directory to execute command in | no | — |
| os_user | OS user to execute command as | no | — |
| env_vars | Environment variables to set in json format | no | — |
| node_names | Node IDs to execute command on | no | — |
| node_tags | Tags to execute command on | no | — |
| cluster_names | Cluster names to execute command on | no | — |
| cluster_tags | Tags to execute command on | no | — |
| cluster_run_type | Type of cluster run | no | — |
| shell | Whether to run in shell mode | no | — |
Outputs
| name | description |
|---|---|
| command | Command to execute |
| command_id | Command ID |
| results | Results of command |