Hiya @amyegan. I was trying to set this workflow up for our main project. Came across this thread: Deploy command not having a branch option
I’m running vercel deploy --prebuilt since the project is already built in the action. The suggestion to use github.event.pull_request.head.sha helped but I’m still not seeing branch details/branch domain when deployed from within the action (just HEAD):
Do I need to manually set some of the env variables outlined in Framework environment variables for this to work? I’m also not seeing the source files that would otherwise be present in a deployment created using the GitHub app integration.
I haven’t tried the suggestion to just run vercel deploy and let Vercel do the build but what I was hoping to do was to do built within GitHub itself.
