cliffano/Command Docker GitHub Action
A simple GitHub Action for running a shell command via a Docker container
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | Shell command to be executed via a Docker container | yes | — |
| image | Docker image to be used for running the container | no | alpine:3.24 |
| shell | Shell to be used for running the command | no | sh |
| extra_path | Extra PATH environment variable to be added to original PATH during shell command execution | no | "" |
| env_file | Path to env file containing environment variables made available during shell command execution | no | "" |
Outputs
no outputs