rossjrw / pr-preview-action

GitHub Action that deploys a pull request preview to GitHub Pages, similar to Vercel and Netlify, and cleans up after itself.
https://github.com/marketplace/actions/deploy-pr-preview
MIT License
255 stars 39 forks source link

Branch footer link in posted comment is wrong when a `deploy-repository` is used #66

Closed vorburger closed 8 months ago

vorburger commented 8 months ago

E.g. in https://github.com/www-learn-study/saraswati.learn.study/pull/28 the https://www-learn-study.github.io/previews/pr-preview/pr-28/ URL is correct (there was a preview there, it's now removed again), but the https://github.com/www-learn-study/saraswati.learn.study/tree/gh-pages (from on branch gh-pages at 2023-11-02 05:08 UTC) is wrong... that should be https://github.com/www-learn-study/previews/tree/gh-pages - it's not using the deploy-repository there.

rossjrw commented 8 months ago

Closing as duplicate of https://github.com/rossjrw/pr-preview-action/issues/50