diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index e86c489..0d26af5 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -139,10 +139,10 @@ jobs:
with:
body: |
### β‘ Successfully deployed to Cloudflare Pages!
- | π¨ **Latest commit** | ${{ github.event.pull_request.head.sha || github.sha }} |
- | π **Latest deploy log** | ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} |
- | π **Deploy preview URL** | [${{ steps.deploy-urls.outputs.final_url }}](${{ steps.deploy-urls.outputs.final_url }}) |
- | π³ **Environment** | ${{ steps.cloudflare-pages-deploy.outputs['pages-environment'] }} |
+ - π¨ **Latest commit:** `${{ github.event.pull_request.head.sha || github.sha }}`
+ - π **Latest deploy log:** [${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
+ - π **Deploy preview URL:** [${{ steps.deploy-urls.outputs.final_url }}](${{ steps.deploy-urls.outputs.final_url }})
+ - π³ **Environment:** ${{ steps.cloudflare-pages-deploy.outputs['pages-environment'] }}
- name: Create PR comment
if: ${{ github.event_name == 'pull_request' || github.event_name == 'pull_request_target' }}
@@ -150,10 +150,10 @@ jobs:
with:
message: |
### β‘ Successfully deployed to Cloudflare Pages!
- | π¨ **Latest commit** | ${{ github.event.pull_request.head.sha || github.sha }} |
- | π **Latest deploy log** | ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} |
- | π **Deploy preview URL** | [${{ steps.deploy-urls.outputs.final_url }}](${{ steps.deploy-urls.outputs.final_url }}) |
- | π³ **Environment** | ${{ steps.cloudflare-pages-deploy.outputs['pages-environment'] }} |
+ - π¨ **Latest commit:** `${{ github.event.pull_request.head.sha || github.sha }}`
+ - π **Latest deploy log:** [${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
+ - π **Deploy preview URL:** [${{ steps.deploy-urls.outputs.final_url }}](${{ steps.deploy-urls.outputs.final_url }})
+ - π³ **Environment:** ${{ steps.cloudflare-pages-deploy.outputs['pages-environment'] }}
- name: Remove label
if: ${{ github.event_name == 'pull_request_target' && contains(github.event.label.name, 'πrequest-deploy') }}