lite-xl/Lite XL Build Box Action
Runs a command inside Lite XL Build Box.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image | Image name. | no | — |
| volumes | A list of volumes to mount. | no | — |
| options | Extra options passed to "docker run". | no | — |
| run | A list of commands to run inside the container (mutually exclusive with "run-args"). | no | — |
| run_args | A list of arguments passed to "docker run" after the image name (mutually exclusive with "run"). | no | — |
| shell | Use a specific shell or entrypoint. | no | bash |
| platform | The platform to run the container on. | no | — |
| registry | Container Registry. | no | — |
| username | Username. | no | — |
| password | Password. | no | — |
| docker_network | Docker Network ID. | no | ${{ job.container.network }} |
Outputs
no outputs