Skip to content

Commit ab9b8c9

Browse files
committed
fix: correct config file environment variable
Signed-off-by: Donnie Adams <[email protected]>
1 parent 71c2db9 commit ab9b8c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ jobs:
5555
env:
5656
GPTSCRIPT_BIN: .\gptscript.exe
5757
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
58-
GPTSCRIPT_CONFIG: .\config
58+
GPTSCRIPT_CONFIG_FILE: .\config
5959
run: make test

0 commit comments

Comments
 (0)