Skip to content

Commit

Permalink
added "
Browse files Browse the repository at this point in the history
  • Loading branch information
DinisCruz committed Oct 13, 2024
1 parent aa298e0 commit 8cb65f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/docker__local-stack/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ runs:
shell: bash
run: |
docker run -d -p 4566:4566 -p 4510-4559:4510-4559 \
-e SERVICES=${{ inputs.LOCAL_STACK_SERVICES }}\
-e AWS_ACCESS_KEY_ID=${{ inputs.AWS_ACCESS_KEY_ID }} \
-e AWS_SECRET_ACCESS_KEY=${{ inputs.AWS_SECRET_ACCESS_KEY }} \
-e SERVICES="${{ inputs.LOCAL_STACK_SERVICES }}" \
-e AWS_ACCESS_KEY_ID="${{ inputs.AWS_ACCESS_KEY_ID }}" \
-e AWS_SECRET_ACCESS_KEY="${{ inputs.AWS_SECRET_ACCESS_KEY }}" \
--name localstack-server \
localstack/localstack:latest
Expand Down

0 comments on commit 8cb65f4

Please sign in to comment.