Skip to content

Commit 5bde42b

Browse files
committedJan 9, 2025··
Adjust comment text to call out Pages build time
1 parent 739333b commit 5bde42b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ runs:
147147
message: |
148148
[PR Preview Action](https://github.com/${{ github.action_repository }}) ${{ env.action_version }}
149149
:---:
150-
:rocket: Deployed preview to https://${{ env.pages_base_url }}/${{ env.preview_url_path }}/
151-
on branch [`${{ inputs.preview-branch }}`](${{ github.server_url }}/${{ inputs.deploy-repository }}/tree/${{ inputs.preview-branch }}) at ${{ env.action_start_time }}
150+
:rocket: View preview at ${{ env.preview_url }} <br> (after the GitHub Pages build finishes)
151+
built to branch [`${{ inputs.preview-branch }}`](${{ github.server_url }}/${{ inputs.deploy-repository }}/tree/${{ inputs.preview-branch }}) at ${{ env.action_start_time }}
152152
153153
- name: Remove preview directory
154154
if: env.deployment_action == 'remove'

0 commit comments

Comments
 (0)
Please sign in to comment.