Skip to content

Commit f73d4bd

Browse files
committed
missing apostrophe
1 parent e14871c commit f73d4bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Test Lambda Endpoint
5454
run: |
55-
curl -XPOST "http://localhost:9000/2015-03-31/functions/function/invocations" -d '{}
55+
curl -XPOST "http://localhost:9000/2015-03-31/functions/function/invocations" -d '{}'
5656
5757
- name: Docker Build and Push
5858
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)