actions-marketplace-validations/Command Output Action
Run a command and store its output
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Sep 19, 2025
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/starubiquitous_command-output@4f0a1b1a3e4be0834da8090370c9e48a8a2e33c0 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| run | Command to run | yes | — |
| shell | Shell used to run command | no | bash |
Outputs
| name | description |
|---|---|
| stdout | Output of the command |
| stderr | Error of the command |