Browse Source

chore: Fix preview CI link address id not displayed (#29354)

* add echo

* fix ci naming
pull/29357/head
二货机器人 4 years ago
committed by GitHub
parent
commit
f71124454a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/preview-deploy.yml

2
.github/workflows/preview-deploy.yml

@ -47,7 +47,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
body: |
[<img width="306" src="https://user-images.githubusercontent.com/5378891/72400743-23dbb200-3785-11ea-9d13-1a2d92743846.png">](https://preview-${{ github.event.workflow_run.pull_requests[0].number }}-ant-design.surge.sh)
[<img width="306" src="https://user-images.githubusercontent.com/5378891/72400743-23dbb200-3785-11ea-9d13-1a2d92743846.png">](https://preview-${{ steps.pr.outputs.id }}-ant-design.surge.sh)
<!-- AUTO_PREVIEW_HOOK -->
body-include: '<!-- AUTO_PREVIEW_HOOK -->'
number: ${{ steps.pr.outputs.id }}

Loading…
Cancel
Save