We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceeb733 commit b3a8180Copy full SHA for b3a8180
1 file changed
.github/workflows/main.yml
@@ -13,8 +13,17 @@ jobs:
13
with:
14
fetch-depth: 0
15
16
- - name: Try Diff Context
+ - name: Python Diff Context
17
uses: ./
18
19
lang: "python"
20
- openai_api_key: ${{ secrets.OPENAI_API_KEY }}
+
21
+ - name: Golang Diff Context
22
+ uses: ./
23
+ with:
24
+ lang: "golang"
25
26
+ - name: Java Diff Context
27
28
29
+ lang: "java"
0 commit comments