chore(ci): bump maintain-one-comment to 3.1.1 (#15318)

This commit is contained in:
inottn
2024-01-03 19:40:49 +08:00
committed by GitHub
parent 668a6b00b1
commit 56f5ec1717
3 changed files with 6 additions and 6 deletions

View File

@@ -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: |

View File

@@ -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: |

View File

@@ -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 }}