mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
chore(ci): bump maintain-one-comment to 3.1.1 (#15318)
This commit is contained in:
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@v3.0.0
|
||||
uses: actions-cool/maintain-one-comment@v3.1.1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
body: |
|
||||
@@ -53,7 +53,7 @@ jobs:
|
||||
|
||||
- name: Comment playground link
|
||||
if: ${{ success() }}
|
||||
uses: actions-cool/maintain-one-comment@v3.0.0
|
||||
uses: actions-cool/maintain-one-comment@v3.1.1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
body: |
|
||||
@@ -65,7 +65,7 @@ jobs:
|
||||
|
||||
- name: Deploy has failed
|
||||
if: ${{ failure() }}
|
||||
uses: actions-cool/maintain-one-comment@v3.0.0
|
||||
uses: actions-cool/maintain-one-comment@v3.1.1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
body: |
|
||||
@@ -92,7 +92,7 @@ jobs:
|
||||
run: echo "id=$(<pr.txt)" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Deploy has failed
|
||||
uses: actions-cool/maintain-one-comment@v3.0.0
|
||||
uses: actions-cool/maintain-one-comment@v3.1.1
|
||||
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@v3.0.0
|
||||
uses: actions-cool/maintain-one-comment@v3.1.1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
body: |
|
||||
|
||||
2
.github/workflows/publish-build-product.yml
vendored
2
.github/workflows/publish-build-product.yml
vendored
@@ -63,7 +63,7 @@ jobs:
|
||||
path: ./tmp/diff.md
|
||||
|
||||
- name: Set comment
|
||||
uses: actions-cool/maintain-one-comment@v3.0.0
|
||||
uses: actions-cool/maintain-one-comment@v3.1.1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
body: ${{ steps.diff.outputs.content }}
|
||||
|
||||
Reference in New Issue
Block a user