mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-04 20:27:44 +08:00
17 lines
490 B
YAML
17 lines
490 B
YAML
name: Preview Start
|
|
|
|
on: pull_request_target
|
|
|
|
jobs:
|
|
preview:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: create
|
|
uses: actions-cool/maintain-one-comment@v2.0.2
|
|
with:
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|
|
body: |
|
|
<img width="400" src="https://user-images.githubusercontent.com/17680888/145667098-5fc781c7-4c6d-463a-af06-133e9195c01b.png">
|
|
<!-- ELEMENT_PLUS_PREVIEW -->
|
|
body-include: '<!-- ELEMENT_PLUS_PREVIEW -->'
|