mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-11 11:39:43 +08:00
chore(deps): update actions-cool/maintain-one-comment action to v3 (#9307)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
3cdad3b363
commit
cc714f112f
8
.github/workflows/pr-docs-deploy.yml
vendored
8
.github/workflows/pr-docs-deploy.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
|
||||
- name: Comment preview link
|
||||
if: ${{ success() }}
|
||||
uses: actions-cool/maintain-one-comment@v2.0.2
|
||||
uses: actions-cool/maintain-one-comment@v3.0.0
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
body: |
|
||||
@ -53,7 +53,7 @@ jobs:
|
||||
|
||||
- name: Comment playground link
|
||||
if: ${{ success() }}
|
||||
uses: actions-cool/maintain-one-comment@v2.0.2
|
||||
uses: actions-cool/maintain-one-comment@v3.0.0
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
body: |
|
||||
@ -65,7 +65,7 @@ jobs:
|
||||
|
||||
- name: Deploy has failed
|
||||
if: ${{ failure() }}
|
||||
uses: actions-cool/maintain-one-comment@v2.0.2
|
||||
uses: actions-cool/maintain-one-comment@v3.0.0
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
body: |
|
||||
@ -92,7 +92,7 @@ jobs:
|
||||
run: echo "::set-output name=id::$(<pr.txt)"
|
||||
|
||||
- name: Deploy has failed
|
||||
uses: actions-cool/maintain-one-comment@v2.0.2
|
||||
uses: actions-cool/maintain-one-comment@v3.0.0
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
body: |
|
||||
|
2
.github/workflows/pr-docs-start.yml
vendored
2
.github/workflows/pr-docs-start.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: create
|
||||
uses: actions-cool/maintain-one-comment@v2.0.2
|
||||
uses: actions-cool/maintain-one-comment@v3.0.0
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
body: |
|
||||
|
2
.github/workflows/publish-build-product.yml
vendored
2
.github/workflows/publish-build-product.yml
vendored
@ -55,7 +55,7 @@ jobs:
|
||||
path: ./tmp/diff.md
|
||||
|
||||
- name: Set comment
|
||||
uses: actions-cool/maintain-one-comment@v2.0.2
|
||||
uses: actions-cool/maintain-one-comment@v3.0.0
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
body: ${{ steps.diff.outputs.content }}
|
||||
|
Loading…
Reference in New Issue
Block a user