cloudflare / pages-action

MIT License
468 stars 95 forks source link

Fix branch name for `pull_request` events #56

Closed aaronadamsCA closed 1 year ago

aaronadamsCA commented 1 year ago

Closes #22 by using the correct branch name for pull_request events, which causes the branch name (instead of HEAD) to appear in the Cloudflare dashboard as expected:

image


Also closes #39 (which is a duplicate of the second half of #22) by mapping GitHub deployments to the correct PR branch name, which causes deployments to start appearing in GitHub PRs as expected:

image

aaronadamsCA commented 1 year ago

Just a friendly bump for a review and a release here, since I think this would come in handy for a lot of people, starting with me!

simonihmig commented 1 year ago

Yes, please! @GregBrimble @WalshyDev