google-github-actions / upload-cloud-storage

A GitHub Action for uploading files to a Google Cloud Storage (GCS) bucket.
https://cloud.google.com/storage
Apache License 2.0
224 stars 50 forks source link

Drop unused configPath field #307

Closed sethvargo closed 1 year ago

sethvargo commented 1 year ago

This field was removed during a refactor of the Google Cloud Storage SDK and is no longer needed. Since we weren't asserting types, we never got an error that we were setting a field unnecessarily.

Closes https://github.com/google-github-actions/upload-cloud-storage/issues/254