naora/Bunny Sync Action
A GitHub Action to synchronize files with BunnyCDN Storage.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| storage_zone_name | The name of the BunnyCDN Storage Zone. | yes | — |
| storage_access_key | The access key for the BunnyCDN Storage Zone. | yes | — |
| local_directory | The local directory to synchronize with BunnyCDN Storage. | yes | — |
| remote_directory | The remote directory in BunnyCDN Storage to synchronize with. | — | / |
| delete | Whether to delete files in the remote directory that are not present in the local directory. (true/false) | — | false |
| region | BunnyCDN storage region (e.g. de, ny, la, sg, se). Defaults to Falkenstein (de) when omitted. | — | de |
| dry_run | Whether to perform a dry run (only show what would be synchronized without making any changes). (true/false) | — | false |
Outputs
| name | description |
|---|---|
| sync_result | The result of the synchronization process. |