fix(ci): next analysis find comment step (#558)
This commit is contained in:
parent
6347933bc7
commit
21c069dfa7
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
id: fc
|
||||
with:
|
||||
issue-number: ${{ steps.pr.outputs.id }}
|
||||
body-includes: "<!-- __NEXTJS_BUNDLE -->"
|
||||
body-includes: "<!-- __NEXTJS_BUNDLE_xlog -->"
|
||||
|
||||
- name: Create Comment
|
||||
uses: peter-evans/create-or-update-comment@v2
|
||||
|
|
@ -62,4 +62,4 @@ jobs:
|
|||
issue-number: ${{ steps.pr.outputs.id }}
|
||||
body: ${{ steps.get-comment-body.outputs.body }}
|
||||
comment-id: ${{ steps.fc.outputs.comment-id }}
|
||||
edit-mode: replace
|
||||
edit-mode: replace
|
||||
|
|
|
|||
Loading…
Reference in New Issue