Releases: patrickwyler/gcs-bucket-sync-action
Releases · patrickwyler/gcs-bucket-sync-action
1.4
- New optional input parameters
sync_dir_from
andsync_dir_to
, which will make it possible to sync a specified directory from your repository to a specified directory to your bucket (thanks @maxletourneur)
If you used the sync_dir
parameter before you will need to change it to sync_dir_from
+ sync_dir_to
.
1.3
- New optional input parameter
sync_dir
, which will make it possible to only sync the specified directory (thanks @burmecia)
1.2
- Fail action if gsutil rsync command fail (thanks @mariusz-ee)
1.1
Update action.yaml
1.0
update readme