stateful/Runme Action
A GitHub Action to run Runme in CI.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| parallel | If set to true, Runme will run these commands in parallel. | — | false |
| workflows | Only 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 | — |
| version | Defines which Runme version to use. You can find all Runme release on [GitHub](https://github.com/stateful/runme/releases). | no | — |
| project | Path to project directory (enables project mode) | — | ${{ github.workspace }} |
| serverAddress | If serverAddress is set the action will start a Runme server on given address. | no | — |
| token | A Github token to download the Runme release without being rate limited. Defaults to token of workflow initiator. | no | ${{ github.token }} |
Outputs
no outputs