From b85c3d4337cfde9269bb932612ea4f6f23922cc1 Mon Sep 17 00:00:00 2001 From: Steve Teuber Date: Mon, 28 Oct 2024 09:54:30 +0100 Subject: [PATCH] docs: set default-workgroup to "primary" Signed-off-by: Steve Teuber --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b90aa7..c3b21b8 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ See [action.yml](action.yml) for more detail. | `query-string` | The SQL query statements to be executed. | Yes | | `query-context` | The context within which the query executes. | Yes | | `output-location` | The location in Amazon S3 where your query results are stored. | Yes | -| `query-workgroup` | The desired workgroup. default="default". | No | +| `query-workgroup` | The desired workgroup. default="primary". | No | | `output-filename` | The desired name of the file where the query results are stored. | Yes | | `output-min-size` | The minimum size of the output file in human-readable format. | Yes | | `download-location` | The location on the runner machine where the query results are downloaded. | No |