Skip to content

Commit bfa9353

Browse files
committed
Actions 테스트용 오타 수정
1 parent 892b13b commit bfa9353

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ai-review.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 🤖 AI Algorithm Mentor
22

33
on:
44
push:
5-
branches: [ main, master ]
5+
branches: [main]
66

77
jobs:
88
ai-review:
@@ -13,7 +13,7 @@ jobs:
1313
- uses: choam2426/AI-Algorithm-Mentor@v5
1414
with:
1515
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16-
LLM_PROVIDER: google # openai, google, anthropic
17-
MODEL_NAME: gemini-3-pro-preview # 모델명 (선택사항)
16+
LLM_PROVIDER: google # openai, google, anthropic
17+
MODEL_NAME: gemini-3-pro-preview # 모델명 (선택사항)
1818
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
19-
REVIEW_LANGUAGE: korean # korean, english, etc..
19+
REVIEW_LANGUAGE: korean # korean, english, etc..

김지호/2주차/260105.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://www.acmicpc.net/problem/2156
1+
#https://www.acmicpc.net/problem/2156
22

33
import sys
44
import copy

0 commit comments

Comments
 (0)