We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c052097 commit 9d8d800Copy full SHA for 9d8d800
.github/workflows/firebase-hosting-pull-request.yml
@@ -35,6 +35,7 @@ jobs:
35
- name: Display Preview URL
36
run: |
37
echo "## Preview URL" | tee -a "${GITHUB_STEP_SUMMARY}"
38
+ echo "" | tee -a "${GITHUB_STEP_SUMMARY}"
39
echo "Preview URL: ${{ steps.deploy-preview.outputs.details_url }}" | tee -a "${GITHUB_STEP_SUMMARY}"
40
echo "Expires At: ${{ steps.deploy-preview.outputs.expire_time }}" | tee -a "${GITHUB_STEP_SUMMARY}"
41
echo "---" | tee -a "${GITHUB_STEP_SUMMARY}"
0 commit comments