mirror of
https://github.com/yamadashy/repomix.git
synced 2025-12-16 12:00:13 +01:00
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:
@@ -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` |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user