Browse Source
chore(deps): update actions-cool/maintain-one-comment action to v3 (#39767)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/39770/head
renovate[bot]
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
4 additions and
4 deletions
-
.github/workflows/preview-deploy.yml
-
.github/workflows/preview-start.yml
|
@ -51,7 +51,7 @@ jobs: |
|
|
npx surge --project ./ --domain $DEPLOY_DOMAIN --token ${{ secrets.SURGE_TOKEN }} |
|
|
npx surge --project ./ --domain $DEPLOY_DOMAIN --token ${{ secrets.SURGE_TOKEN }} |
|
|
|
|
|
|
|
|
- name: update status comment |
|
|
- name: update status comment |
|
|
uses: actions-cool/maintain-one-comment@v2 |
|
|
uses: actions-cool/maintain-one-comment@v3 |
|
|
with: |
|
|
with: |
|
|
token: ${{ secrets.GITHUB_TOKEN }} |
|
|
token: ${{ secrets.GITHUB_TOKEN }} |
|
|
body: | |
|
|
body: | |
|
@ -62,7 +62,7 @@ jobs: |
|
|
|
|
|
|
|
|
- name: The job has failed |
|
|
- name: The job has failed |
|
|
if: ${{ failure() }} |
|
|
if: ${{ failure() }} |
|
|
uses: actions-cool/maintain-one-comment@v2 |
|
|
uses: actions-cool/maintain-one-comment@v3 |
|
|
with: |
|
|
with: |
|
|
token: ${{ secrets.GITHUB_TOKEN }} |
|
|
token: ${{ secrets.GITHUB_TOKEN }} |
|
|
body: | |
|
|
body: | |
|
@ -96,7 +96,7 @@ jobs: |
|
|
run: echo "::set-output name=id::$(<pr-id.txt)" |
|
|
run: echo "::set-output name=id::$(<pr-id.txt)" |
|
|
|
|
|
|
|
|
- name: The job has failed |
|
|
- name: The job has failed |
|
|
uses: actions-cool/maintain-one-comment@v2 |
|
|
uses: actions-cool/maintain-one-comment@v3 |
|
|
with: |
|
|
with: |
|
|
token: ${{ secrets.GITHUB_TOKEN }} |
|
|
token: ${{ secrets.GITHUB_TOKEN }} |
|
|
body: | |
|
|
body: | |
|
|
|
@ -22,7 +22,7 @@ jobs: |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
steps: |
|
|
steps: |
|
|
- name: update status comment |
|
|
- name: update status comment |
|
|
uses: actions-cool/maintain-one-comment@v2 |
|
|
uses: actions-cool/maintain-one-comment@v3 |
|
|
with: |
|
|
with: |
|
|
token: ${{ secrets.GITHUB_TOKEN }} |
|
|
token: ${{ secrets.GITHUB_TOKEN }} |
|
|
body: | |
|
|
body: | |
|
|