google-github-actions / auth

A GitHub Action for authenticating to Google Cloud.
https://cloud.google.com/iam
Apache License 2.0
969 stars 196 forks source link

fix !project_id error message typo #435

Closed seth-acuitymd closed 3 months ago

seth-acuitymd commented 3 months ago

Small change! This error message seems like it's missing a word, so based on the comment on line 202, I changed it from

⚠️ Failed to a project ID from the given inputs.

to

⚠️ Failed to compute a project ID from the given inputs

seth-acuitymd commented 3 months ago

This is 1000% a low priority "fix", I just saw this pop up in a run of this earlier for one of my repos, figured I could take the 10 minutes to push a change!

Thanks y'all!