Skip to content

Releases: patrickwyler/gcs-bucket-sync-action

1.4

28 Oct 20:13
76a4329
Compare
Choose a tag to compare
  • New optional input parameters sync_dir_from and sync_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

29 Jul 19:00
dfeeb7b
Compare
Choose a tag to compare
  • New optional input parameter sync_dir, which will make it possible to only sync the specified directory (thanks @burmecia)

1.2

14 Jun 08:55
5acad2c
Compare
Choose a tag to compare
  • Fail action if gsutil rsync command fail (thanks @mariusz-ee)

1.1

25 Jan 13:18
34710e9
Compare
Choose a tag to compare
Update action.yaml

1.0

05 Oct 13:03
Compare
Choose a tag to compare
update readme