We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e14871c commit f73d4bdCopy full SHA for f73d4bd
.github/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Test Lambda Endpoint
54
run: |
55
- curl -XPOST "http://localhost:9000/2015-03-31/functions/function/invocations" -d '{}
+ curl -XPOST "http://localhost:9000/2015-03-31/functions/function/invocations" -d '{}'
56
57
- name: Docker Build and Push
58
uses: docker/build-push-action@v5
0 commit comments