Skip to content

Commit 721b9e9

Browse files
committed
chore: updated github workflow file for normalize_embeddings input
1 parent ed7251a commit 721b9e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dev.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
required: true
1010
description: Memory size of the lambda function
1111
normalize_embeddings:
12-
description: Enabled normalize embeddings by specify any value, otherwise leave it blank
12+
description: Enabled by default. You can disable it by specify "0" or "False"
1313

1414
jobs:
1515
deploy-dev:
@@ -21,9 +21,9 @@ jobs:
2121

2222
steps:
2323
- name: Checkout repo
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525
- name: Setup NodeJS 18
26-
uses: actions/setup-node@v3
26+
uses: actions/setup-node@v4
2727
with:
2828
node-version: 18
2929
- name: Install Serverless Framework

0 commit comments

Comments
 (0)