mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-02 03:08:21 +08:00
chore(deps): update actions-cool/maintain-one-comment action to v2 (#4784)
This commit is contained in:
parent
3158cb33c9
commit
9f78a42a12
6
.github/workflows/preview-deploy.yml
vendored
6
.github/workflows/preview-deploy.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
|
||||
- name: Deploy has succeeded
|
||||
if: ${{ success() }}
|
||||
uses: actions-cool/maintain-one-comment@v1.1.0
|
||||
uses: actions-cool/maintain-one-comment@v2.0.2
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
body: |
|
||||
@ -53,7 +53,7 @@ jobs:
|
||||
|
||||
- name: Deploy has failed
|
||||
if: ${{ failure() }}
|
||||
uses: actions-cool/maintain-one-comment@v1.1.0
|
||||
uses: actions-cool/maintain-one-comment@v2.0.2
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
body: |
|
||||
@ -80,7 +80,7 @@ jobs:
|
||||
run: echo "::set-output name=id::$(<pr.txt)"
|
||||
|
||||
- name: Deploy has failed
|
||||
uses: actions-cool/maintain-one-comment@v1.1.0
|
||||
uses: actions-cool/maintain-one-comment@v2.0.2
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
body: |
|
||||
|
2
.github/workflows/preview-start.yml
vendored
2
.github/workflows/preview-start.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: create
|
||||
uses: actions-cool/maintain-one-comment@v1.1.0
|
||||
uses: actions-cool/maintain-one-comment@v2.0.2
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
body: |
|
||||
|
Loading…
Reference in New Issue
Block a user