From 18523b071e4bd6d5ce3d2819cd5f5ef8d455ccfc Mon Sep 17 00:00:00 2001 From: Howard Baek <50791792+howardbaek@users.noreply.github.com> Date: Wed, 17 Apr 2024 14:56:45 -0700 Subject: [PATCH] Minor syntax fixes to GHA --- .github/workflows/pull_request.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 9f3c7e1..5b9ee7b 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -148,10 +148,10 @@ jobs: comment-id: ${{ steps.fc.outputs.comment-id }} issue-number: ${{ github.event.pull_request.number }} body: | - :eyes: [Quick Preview of Website](${{ steps.build-components.outputs.website_link }}) - Click for a preview of recent changes. \* - :file_folder: [Download Full Website](${{ steps.build-components.outputs.docs_link }}) - Download complete ZIP file of the website. + :eyes: [Quick Preview of Website](${{ steps.build-components.outputs.website_link }}) - Click for a preview of recent changes. + :file_folder: [Download Full Website](${{ steps.build-components.outputs.docs_link }}) - Download complete Zip file of the website. - The "Quick Preview" may not display all HTML features accurately, but it provides a basic overview. + The Quick Preview may not display all HTML features accurately, but it provides a basic overview. _Updated at ${{ steps.build-components.outputs.time }} with changes from the latest commit ${{ steps.build-components.outputs.commit_id }}_ edit-mode: replace