Skip to content

Commit e7ed2ab

Browse files
committed
fixup markdown issue in README
1 parent 5d77ca0 commit e7ed2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ with:
119119
| `skip-ephemeral-stop` | Skip stopping LocalStack Ephemeral Instance | `false` |
120120
| `skip-startup` | Explicitly prevent LocalStack start up, only installs CLI(s). Recommended to manage state later on in the pipeline or start up an ephemeral instance. | `false` |
121121
| `skip-wait` | Skip waiting for LocalStack to start up | `false` |
122-
| `state-action` | Valid values are `load`, `save`, `start`, `stop`, `` (empty, don't manage state). Values `start`/`stop` only usable with app previews. | `` |
122+
| `state-action` | Valid values are `load`, `save`, `start`, `stop`, `''` (empty, don't manage state). Values `start`/`stop` only usable with app previews. | `''` |
123123
| `state-backend` | Either store the state of LocalStack locally, as a Cloud Pod or start an Ephemeral Instance. Valid values are `cloud-pods`, `ephemeral` or `local`. Use this option in unison with `state-action` to control behaviour. | `cloud-pods` |
124124
| `state-name` | Name of the state artifact (without extension) | `false` |
125125
| `use-pro` | Whether to use the Pro version of LocalStack (requires Auth Token to be configured) | `false` |

0 commit comments

Comments
 (0)