patrickwyler/Google Cloud Storage Bucket Sync (GCP,GCS)
Sync a Github repository with a Google Cloud Storage (GCS) bucket
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 6, 2026
- Maintenance Recency
- Stalelast commit Dec 18, 2024
- License
- MIT
Pinned Snippet
uses: patrickwyler/gcs-bucket-sync-action@76a4329d3cd8a06aa2091331a079246e50a43af3 # 1.4tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| secrets | Google credentials | yes | — |
| bucket | Bucket name | yes | — |
| sync_dir_from | Repository Directory path to sync | no | "" |
| sync_dir_to | Bucket Directory path to sync to | no | "" |
| exclude | Regex for excluding files/dirs | no | .git$ |
Outputs
no outputs