stateful/Runme Action

A GitHub Action to run Runme in CI.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
parallelIf set to true, Runme will run these commands in parallel.false
workflowsOnly use if `command` parameter is set to `run` or `exec`. Name of the markdown code cell to run or a list of code cells to execute in order.no
versionDefines which Runme version to use. You can find all Runme release on [GitHub](https://github.com/stateful/runme/releases).no
projectPath to project directory (enables project mode)${{ github.workspace }}
serverAddressIf serverAddress is set the action will start a Runme server on given address.no
tokenA Github token to download the Runme release without being rate limited. Defaults to token of workflow initiator.no${{ github.token }}

no outputs