chore: fix PR number in preview action (#47369)

* chore: update surge preview image in github action

* Update preview-start.yml

Signed-off-by: afc163 <afc163@gmail.com>

---------

Signed-off-by: afc163 <afc163@gmail.com>
This commit is contained in:
afc163 2024-02-06 17:19:01 +08:00 committed by GitHub
parent 0c9e5a67ae
commit 54b7c3e09d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,6 +26,6 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
body: |
[<img width="300" alt="Prepare preview" src="https://user-images.githubusercontent.com/5378891/72351368-2c979e00-371b-11ea-9652-eb4e825d745e.gif">](https://preview-${{ github.event.workflow_run.id }}-ant-design.surge.sh)
[<img width="500" alt="Prepare preview" src="https://user-images.githubusercontent.com/5378891/72351368-2c979e00-371b-11ea-9652-eb4e825d745e.gif">](https://preview-${{ github.event.number }}-ant-design.surge.sh)
<!-- AUTO_PREVIEW_HOOK -->
body-include: '<!-- AUTO_PREVIEW_HOOK -->'