ovsds/Run with Output
Run with Output Action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 24, 2025
- License
- MIT
Pinned Snippet
uses: ovsds/run-with-output-action@9bc0dcb1df5b70d1704c709f9cc0f40d260a5f40 # v1.4.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| run | Command to run | yes | — |
| cwd | Working directory | no | . |
Outputs
| name | description |
|---|---|
| stdout | Standard output of the command |
| stderr | Standard error of the command |
| exit_code | Exit code of the command |