Skip to content

Commit db3ccfa

Browse files
committed
fix: broken yaml
1 parent 716ede1 commit db3ccfa

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/actions/tests/python/action.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@ inputs:
1111
description: "The version of Python to use, such as 3.12"
1212
required: true
1313
type: string
14-
openai-api-organization:
15-
description: "The OpenAI API organization"
16-
required: true
17-
type: string
18-
openai-api-key:
19-
description: "The OpenAI API key"
20-
required: true
21-
type: string
22-
pinecone-api-key:
23-
description: "The Pinecone API key"
24-
required: true
25-
type: string
26-
pinecone-environment:
27-
description: "The Pinecone environment"
28-
required: true
29-
type: string
14+
openai-api-organization:
15+
description: "The OpenAI API organization"
16+
required: true
17+
type: string
18+
openai-api-key:
19+
description: "The OpenAI API key"
20+
required: true
21+
type: string
22+
pinecone-api-key:
23+
description: "The Pinecone API key"
24+
required: true
25+
type: string
26+
pinecone-environment:
27+
description: "The Pinecone environment"
28+
required: true
29+
type: string
3030

3131
runs:
3232
using: "composite"

0 commit comments

Comments
 (0)