From 847931090ce7f8c9cb35231ca70a1950d05b46c9 Mon Sep 17 00:00:00 2001 From: Chaerin Hwang <87927105+crHwang0822@users.noreply.github.com> Date: Sat, 18 May 2024 00:02:16 +0900 Subject: [PATCH] =?UTF-8?q?build:=20=ED=99=98=EA=B2=BD=EB=B3=80=EC=88=98?= =?UTF-8?q?=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index a5fb4f6..dc36925 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -52,7 +52,7 @@ jobs: openai.project.id: ${{secrets.OPENAI_PROJECT_ID}} openai.api.key: ${{secrets.OPENAI_API_KEY}} openai.api.url: ${{secrets.OPENAI_API_URL}} - openai.model: ${{secrets.OPENAI_MODEL} + openai.model: ${{secrets.OPENAI_MODEL}} # Configure Gradle for optimal use in GiHub Actions, including caching of downloaded dependencies. # See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md