Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Burmeister <[email protected]>
  • Loading branch information
chburmeister authored Aug 23, 2024
1 parent b866d3b commit 7abe3a8
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 @@ -66,7 +66,7 @@ runs:
ATHENA_QUERY_WORKGROUP: ${{ inputs.query-workgroup }}
run: |
aws athena start-query-execution \
--work-group "${ATHENA_QUERY_WORKGROUP} \
--work-group "${ATHENA_QUERY_WORKGROUP}" \
--query-execution-context "${ATHENA_QUERY_CONTEXT}" \
--query-string "${ATHENA_QUERY_STRING}" \
--result-configuration "OutputLocation=${ATHENA_OUTPUT_LOCATION}" \
Expand Down

0 comments on commit 7abe3a8

Please sign in to comment.