You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many branch names are longer than the limit set by Google Cloud Run for service names when they're used as the revision tag, which makes deployment fail. We have to manually truncate branches in workflows that use this action to make up for it.
What is the expected behavior?
No truncation is needed and branch deployments just work.
The text was updated successfully, but these errors were encountered:
Bug report
What is the current behavior?
Many branch names are longer than the limit set by Google Cloud Run for service names when they're used as the revision tag, which makes deployment fail. We have to manually truncate branches in workflows that use this action to make up for it.
What is the expected behavior?
No truncation is needed and branch deployments just work.
The text was updated successfully, but these errors were encountered: