paladini/Team AI Sync
Sync team AI assets across GitHub repositories from a sync-config.json file.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | PAT or GitHub App token with read/write access to target repositories. | yes | — |
| config-path | Path to sync-config.json in the source repository. | no | sync-config.json |
| source-root | Root directory containing the files and directories to sync. | no | ${{ github.workspace }} |
| dry-run | Validate and simulate sync without pushing branches or creating pull requests. | no | false |
Outputs
| name | description |
|---|---|
| pr-urls | JSON array of created or updated pull request URLs. |
| synced-targets | JSON array of target repositories processed successfully. |
| failed-targets | JSON array of target repositories that failed with error details. |
| changed | true when at least one target repository had changes. |