This commit is contained in:
2026-02-12 11:22:51 +03:00
parent 7c2d731399
commit f2785241bf
6 changed files with 16 additions and 16 deletions

View File

@@ -35,7 +35,7 @@ Copy from [examples/](examples/) and customize paths/branches:
```yaml
# .gitea/workflows/josh-sync-forward.yml
- uses: org/josh-sync@v1
- uses: https://your-gitea.example.com/org/josh-sync@v1
with:
direction: forward
env:
@@ -59,7 +59,7 @@ Run `josh-sync preflight` to validate your setup.
## CLI
```
josh-sync sync [--forward|--reverse] [--target NAME] [--branch BRANCH]
josh-sync sync [--forward|--reverse] [--target NAME[,NAME]] [--branch BRANCH]
josh-sync preflight
josh-sync import <target>
josh-sync reset <target>