Skip to content

Commit 3d9f5af

Browse files
authored
Quick fix to KB_Updater Lambda (#7681)
1 parent bc17e3f commit 3d9f5af

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/KB_Updater.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Deploy KB_Updater Lambda Function
1+
name: KB_Updater-Lambda
22
on:
33
push:
44
branches: ["main"]
55
paths:
6-
- '.tools/lambda/KB_Updater.py'
6+
- '.tools/lambda/KB_Updater/lambda_function.py'
77
workflow_dispatch:
88

99
permissions:
@@ -24,8 +24,8 @@ jobs:
2424

2525
- name: Deploy Lambda
2626
run: |
27-
cd .tools/lambda
28-
zip function.zip KB_Updater.py
27+
cd .tools/lambda/KB_Updater
28+
zip function.zip lambda_function.py
2929
aws lambda update-function-code \
3030
--function-name KB_Updater \
3131
--zip-file fileb://function.zip
File renamed without changes.

0 commit comments

Comments
 (0)