Skip to content

Commit e8ef24e

Browse files
committed
fix
1 parent f9357c4 commit e8ef24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github_comment_trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# PRの場合はfeatureブランチを直接チェックアウト
2424
ref: ${{ github.event.pull_request.head.ref || github.ref }}
2525
- name: Run LLM Coder Action
26-
uses: igtm/llm-coder-action@main
26+
uses: igtm/llm-coder-action@v1
2727
with:
2828
llm_coder_command: '/llm-coder'
2929
llm_model: ${{ vars.LLM_MODEL || 'gpt-4.1-nano' }}

0 commit comments

Comments
 (0)