Hey everyone, I'm using the action "on": pull_request in a monorepo (with Turborepo). I have two apps that get deployed to separate domains using Firebase Hosting. They are both deployed successfully, but it would be nice if the message could support multiple domains: right now, the unique URL gets overridden for each of the separate deployments.
Hey everyone, I'm using the action
"on": pull_request
in a monorepo (with Turborepo). I have two apps that get deployed to separate domains using Firebase Hosting. They are both deployed successfully, but it would be nice if the message could support multiple domains: right now, the unique URL gets overridden for each of the separate deployments.