Skip to content

Commit 5da9504

Browse files
committed
Fix Lambda function name
1 parent 4f7d34e commit 5da9504

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ai-code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Invoke Lambda for AI Code Review
4444
run: |
4545
aws lambda invoke \
46-
--function-name ai-code-review-lambda \
46+
--function-name code-review-lambda \
4747
--cli-binary-format raw-in-base64-out \
4848
--payload file://payload.json \
4949
response.json

0 commit comments

Comments
 (0)