actions-marketplace-validations/Steady Step

Enables the option for dry-run execution of a step, consequently facilitating integration testing of workflows

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Dec 22, 2022
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/igwejk_action-steady-step@1aad11203582cb751c6c8d2bb9ee0246b54b2286 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
runThe command line to be executed as the step.yes
stubProvided 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
namedescription
resultResult of the actual step or stub execution.
stderrAny write to the standard error stream will be collected in this output.
stdoutAny write to the standard output stream will be collected in this output.