GoogleCloudPlatform / workflows-demos

A collection of Workflows samples for various use cases
Apache License 2.0
131 stars 36 forks source link

fix: project argument in cloud storage bucket creation #107

Closed yamankatby closed 8 months ago

yamankatby commented 8 months ago

This pull request corrects the project argument in the Google Cloud Storage bucket creation method.

Changed from query.project to project, as per Cloud Workflows documentation.