Skip to content

Commit f9357c4

Browse files
committed
fix
1 parent 97798f7 commit f9357c4

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/github_comment_trigger.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,9 @@ permissions:
1111
contents: write
1212
pull-requests: write
1313
issues: write
14-
15-
env: # グローバル環境変数を設定
16-
LLM_CODER_COMMAND: "/llm-coder" # LLM Coderコマンド
17-
1814
jobs:
1915
llm-coder:
20-
if: contains(github.event.comment.body, env.LLM_CODER_COMMAND)
16+
if: contains(github.event.comment.body, '/llm-coder')
2117
runs-on: ubuntu-latest
2218
steps:
2319
- name: Checkout repository
@@ -29,7 +25,7 @@ jobs:
2925
- name: Run LLM Coder Action
3026
uses: igtm/llm-coder-action@main
3127
with:
32-
llm_coder_command: ${{ env.LLM_CODER_COMMAND }}
28+
llm_coder_command: '/llm-coder'
3329
llm_model: ${{ vars.LLM_MODEL || 'gpt-4.1-nano' }}
3430
github_token: ${{ secrets.GH_PAT }}
3531
extra_pip: "boto3 poetry poethepoet"

0 commit comments

Comments
 (0)