Skip to content

Commit a4150ce

Browse files
committed
fix
1 parent b4a6c73 commit a4150ce

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.ja.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,3 +206,7 @@ llm-coder-litellm --model gpt-4.1-nano --temperature 0.7 "Generate a summary of
206206
# 出力をファイルに保存
207207
llm-coder-litellm --model gpt-4.1-nano --output summary.txt "Generate a summary of the following text"
208208
```
209+
210+
## GitHub Actions との連携
211+
212+
便利な GitHub Actions composite [llm-coder-action](https://github.com/igtm/llm-coder-action) を使って、GitHub ワークフローで簡単に llm-coder を利用できます。

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,3 +199,7 @@ llm-coder-litellm --model gpt-4.1-nano --temperature 0.7 "Generate a summary of
199199
# Save output to file
200200
llm-coder-litellm --model gpt-4.1-nano --output summary.txt "Generate a summary of the following text"
201201
```
202+
203+
## GitHub Actions Integration
204+
205+
You can easily use llm-coder in your GitHub workflows with [llm-coder-action](https://github.com/igtm/llm-coder-action), a convenient GitHub Actions composite.

0 commit comments

Comments
 (0)