Releases: rossjrw/pr-preview-action
Releases · rossjrw/pr-preview-action
v1.4.8
v1.4.7
Changes
- Upstream action calls are now pinned to specific SHAs per security hardening best practices. Thank you to @erikwrede for the contribution (#79)
v1.4.6
Bugfixes
- Action version can now be pinned to a specific SHA. Thank you to @netomi for the contribution (#72)
- This is the same as https://github.com/rossjrw/pr-preview-action/releases/tag/v1.3.1 (yes I broke it between then and now)
v1.4.5
Bugfixes
- The link to the preview file tree in the PR comment now correctly links to the repo in which the preview is actually deployed, if that's different from the repo the comment was posted in. Thank you to @netomi for this fix (#71)
Documentation
- The usage of the
token
parameter has been cleaned up thanks to @vorburger (#64)
v1.4.4
Bugfixes
- Patched a regression that meant the action could no longer run in a container, introduced in v1.4.3.
v1.4.3
Bugfixes
- Current action version is now reported in the preview comment, instead of the version of the current repository. (#52)
v1.4.2
Changes
set-output
(deprecated) has been replaced in favour of a newer output method. Thank you to @noatamir for this contribution (#35)
v1.4.1
v1.4.0
v1.3.2
Bugfixes
- No longer assumes that a repo with the same name as its org/owner is a GitHub Pages root site (i.e. orgname.github.io). GitHub Pages root repositories are now detected by the repo name being the same as the org/owner name, and ending in
.github.io
. Thank you to @electrofelix for this contribution. (#39, #40)