From 3dd7da3a532a26d4a08ff6d74db8cf7954eaad09 Mon Sep 17 00:00:00 2001 From: Julius Busecke Date: Fri, 31 Mar 2023 20:27:12 -0400 Subject: [PATCH] Add trailing slash to preview url --- .github/workflows/preview-comment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview-comment.yaml b/.github/workflows/preview-comment.yaml index 591c644..8189e4e 100644 --- a/.github/workflows/preview-comment.yaml +++ b/.github/workflows/preview-comment.yaml @@ -72,4 +72,4 @@ jobs: body: | ${{ env.comment_message }} 🔍 Git commit SHA: ${{ inputs.sha }} - ✅ Deployment Preview URL: https://${{ github.repository_owner }}.github.io/${{ steps.repo-name.outputs.value }}/_preview/${{ inputs.pull_request_number }} + ✅ Deployment Preview URL: https://${{ github.repository_owner }}.github.io/${{ steps.repo-name.outputs.value }}/_preview/${{ inputs.pull_request_number }}/