surrealdb/SurrealDB in Github Action
Start a SurrealDB instance in Github Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| surrealdb_version | The version of SurrealDB to use, default is latest | no | latest |
| surrealdb_port | The port to run SurrealDB on, default is 8000 | no | 8000 |
| surrealdb_username | The username to use for SurrealDB | no | — |
| surrealdb_password | The password to use for SurrealDB | no | — |
| surrealdb_auth | Enable authentication for SurrealDB | no | false |
| surrealdb_strict | Enable strict mode for SurrealDB | no | false |
| surrealdb_log | Enable logs printed out in the console. | no | — |
| surrealdb_additional_args | Additional arguments to pass to SurrealDB | no | — |
| surrealdb_retry_count | The number of times to retry connecting to SurrealDB | no | 30 |
Outputs
no outputs