Skip to content

Commit

Permalink
fix: set default-workgroup to "primary"
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Burmeister <[email protected]>
  • Loading branch information
chburmeister authored Aug 26, 2024
1 parent 920df1b commit b765f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ inputs:
query-workgroup:
description: The workgroup to use for the query
required: false
default: "default"
default: "primary"
output-location:
description: The location in Amazon S3 where your query results are stored, such as `s3://mybucket/myprefix`.
required: true
Expand Down

0 comments on commit b765f79

Please sign in to comment.