Skip to content

Commit 9d8d800

Browse files
committed
chore: update step summary
Signed-off-by: Roger Barker <[email protected]>
1 parent c052097 commit 9d8d800

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/firebase-hosting-pull-request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
- name: Display Preview URL
3636
run: |
3737
echo "## Preview URL" | tee -a "${GITHUB_STEP_SUMMARY}"
38+
echo "" | tee -a "${GITHUB_STEP_SUMMARY}"
3839
echo "Preview URL: ${{ steps.deploy-preview.outputs.details_url }}" | tee -a "${GITHUB_STEP_SUMMARY}"
3940
echo "Expires At: ${{ steps.deploy-preview.outputs.expire_time }}" | tee -a "${GITHUB_STEP_SUMMARY}"
4041
echo "---" | tee -a "${GITHUB_STEP_SUMMARY}"

0 commit comments

Comments
 (0)