Compare commits
1 commit
main
...
3f7fdepend
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
748156c0e5 |
1 changed files with 3 additions and 3 deletions
6
.github/workflows/deploy-docs-draft.yml
vendored
6
.github/workflows/deploy-docs-draft.yml
vendored
|
|
@ -143,7 +143,7 @@ jobs:
|
||||||
|
|
||||||
- name: Create Build Success Comment
|
- name: Create Build Success Comment
|
||||||
if: success()
|
if: success()
|
||||||
uses: peter-evans/create-or-update-comment@v4
|
uses: peter-evans/create-or-update-comment@v5
|
||||||
with:
|
with:
|
||||||
issue-number: ${{ github.event.pull_request.number }}
|
issue-number: ${{ github.event.pull_request.number }}
|
||||||
body: "${{ env.BUILD_SUCCESS_COMMENT }}"
|
body: "${{ env.BUILD_SUCCESS_COMMENT }}"
|
||||||
|
|
@ -151,7 +151,7 @@ jobs:
|
||||||
|
|
||||||
- name: Create Build Failure Comment
|
- name: Create Build Failure Comment
|
||||||
if: failure()
|
if: failure()
|
||||||
uses: peter-evans/create-or-update-comment@v4
|
uses: peter-evans/create-or-update-comment@v5
|
||||||
with:
|
with:
|
||||||
issue-number: ${{ github.event.pull_request.number }}
|
issue-number: ${{ github.event.pull_request.number }}
|
||||||
body: |
|
body: |
|
||||||
|
|
@ -251,7 +251,7 @@ jobs:
|
||||||
|
|
||||||
- name: Update Comment
|
- name: Update Comment
|
||||||
if: ${{ steps.fc.outputs.comment-id != '' }}
|
if: ${{ steps.fc.outputs.comment-id != '' }}
|
||||||
uses: peter-evans/create-or-update-comment@v4
|
uses: peter-evans/create-or-update-comment@v5
|
||||||
with:
|
with:
|
||||||
comment-id: ${{ steps.fc.outputs.comment-id }}
|
comment-id: ${{ steps.fc.outputs.comment-id }}
|
||||||
body: |
|
body: |
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue