ethanthatonekid/setup-zo
Validate and normalize Zo sync protocol config for syncing a GitHub repository to a Zo cloud computer (https://docs.zocomputer.com).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config-path | Primary config path. | no | .github-zo.yml |
| fallback-config-path | Legacy fallback config path. | no | .zo-gh.yml |
Outputs
| name | description |
|---|---|
| config-path | The config file that was loaded. |
| config-json | Normalized config as compact JSON. |
| decision-json | Decision payload for the current GitHub event. |
| should-sync | Whether the current event should sync now. |