We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f7d34e commit 5da9504Copy full SHA for 5da9504
1 file changed
.github/workflows/ai-code-review.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Invoke Lambda for AI Code Review
44
run: |
45
aws lambda invoke \
46
- --function-name ai-code-review-lambda \
+ --function-name code-review-lambda \
47
--cli-binary-format raw-in-base64-out \
48
--payload file://payload.json \
49
response.json
0 commit comments