Skip to content

Commit 8cb65f4

Browse files
committed
added "
1 parent aa298e0 commit 8cb65f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/actions/docker__local-stack/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ runs:
2626
shell: bash
2727
run: |
2828
docker run -d -p 4566:4566 -p 4510-4559:4510-4559 \
29-
-e SERVICES=${{ inputs.LOCAL_STACK_SERVICES }}\
30-
-e AWS_ACCESS_KEY_ID=${{ inputs.AWS_ACCESS_KEY_ID }} \
31-
-e AWS_SECRET_ACCESS_KEY=${{ inputs.AWS_SECRET_ACCESS_KEY }} \
29+
-e SERVICES="${{ inputs.LOCAL_STACK_SERVICES }}" \
30+
-e AWS_ACCESS_KEY_ID="${{ inputs.AWS_ACCESS_KEY_ID }}" \
31+
-e AWS_SECRET_ACCESS_KEY="${{ inputs.AWS_SECRET_ACCESS_KEY }}" \
3232
--name localstack-server \
3333
localstack/localstack:latest
3434

0 commit comments

Comments
 (0)