Branch alias when using GitHub action
Hi all,
I have a very simple github actions job that deploys the preview of my static site to cloudflare
The deployment works ok, but I miss the branch alias for the preview deployments
the only alias I get for this deployment is
head
How do I enable branch name as an alias?1 Reply
since
pages-action
seems to be discontinued in favor of a more generic wrangler action, it seems we need to address our concerns there instead
https://github.com/cloudflare/wrangler-action/issues/274GitHub
Feature request: Support GitHub deployments · Issue #274 · cloudfla...
I'm coming from the deprecated pages-action and one feature I really miss is being able to update the GitHub deployments environment.