actions-marketplace-validations/Steady Step
Enables the option for dry-run execution of a step, consequently facilitating integration testing of workflows
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 22, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/igwejk_action-steady-step@1aad11203582cb751c6c8d2bb9ee0246b54b2286 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| run | The command line to be executed as the step. | yes | — |
| stub | Provided that the `STEADY_STEP_ACTION_MODE` environment variable is set to `dry-run`, the `stub` command line will be executed to simulate the outcome of `run` execution. | yes | — |
Outputs
| name | description |
|---|---|
| result | Result of the actual step or stub execution. |
| stderr | Any write to the standard error stream will be collected in this output. |
| stdout | Any write to the standard output stream will be collected in this output. |