fix(dedup): clarify tool usage for logging output

This commit is contained in:
cocosheng-g
2026-02-03 20:34:42 -05:00
parent d9a0e9b9c5
commit a3b7f5d5e1
2 changed files with 2 additions and 2 deletions
@@ -106,7 +106,7 @@ jobs:
1. **Extract Repository Information:** The repository is ${{ github.repository }}.
2. **Refresh Embeddings:** Call the `refresh` tool with the correct `repo`. Do not use the `force` parameter.
3. **Log Output:** Print the JSON output from the `refresh` tool to the logs.
3. **Log Output:** Use the `echo` command to print the JSON output from the `refresh` tool to the logs.
## Guidelines