cloudflare / pages-action

MIT License
440 stars 91 forks source link

Incorrect alias #121

Open vivekrpatel8 opened 4 months ago

vivekrpatel8 commented 4 months ago

When using GitHub action I am unable to get the correct alias URL. I am using on: [ pull_request ] and my pages job has branch: ${{ github.head_ref || github.ref_name }}

nprogers commented 3 months ago

What happens when you omit the branch?

vivekrpatel8 commented 3 months ago

What happens when you omit the branch?

Sorry omit as in?