fix(website): Restore json style option in Russian GitHub Actions docs

The action.yml description was outdated - the style parameter passes
directly to the repomix CLI which does support json. Restored json to
match the English documentation.
This commit is contained in:
Claude
2025-12-13 15:15:02 +00:00
parent e8ac5ba7ab
commit d205ced5a2

View File

@@ -25,6 +25,14 @@
style: markdown
```
```yaml
- name: Pack repository with Repomix (JSON format)
uses: yamadashy/repomix/.github/actions/repomix@main
with:
output: repomix-output.json
style: json
```
```yaml
- name: Pack repository with Repomix (Plain text format)
uses: yamadashy/repomix/.github/actions/repomix@main
@@ -76,7 +84,7 @@
| `ignore` | Glob-паттерны для игнорирования через запятую | `""` |
| `output` | Путь к выходному файлу | `repomix-output.xml` |
| `compress` | Включить умное сжатие | `true` |
| `style` | Стиль вывода (xml, markdown, plain) | `xml` |
| `style` | Стиль вывода (xml, markdown, json, plain) | `xml` |
| `additional-args` | Дополнительные CLI-аргументы для repomix | `""` |
| `repomix-version` | Версия npm-пакета для установки | `latest` |