File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -14,21 +14,20 @@ jobs:
14
14
body="${body//$'\n'/'%0A'}"
15
15
body="${body//$'\r'/'%0D'}"
16
16
echo ::set-output name=body::$body
17
- - name : Print Comment ID
18
- run : |
19
- echo ${{ github.event.pull_request }}
20
- echo ${{ github.event.pull_request.comments }}
21
- echo ${{ github.event.pull_request.comments[0] }}
22
- echo ${{ github.event.pull_request.comments[0].id }}
17
+ # - name: Print Comment ID
18
+ # run: |
19
+ # echo ${{ github.event.pull_request }}
20
+ # echo ${{ github.event.pull_request.comments }}
21
+ # echo ${{ github.event.pull_request.comments[0] }}
22
+ # echo ${{ github.event.pull_request.comments[0].id }}
23
23
- name : Update comment
24
24
# if: github.event.action == 'opened'
25
- uses : peter-evans/create-or-update-comment@v1
25
+ # uses: peter-evans/create-or-update-comment@v1
26
+ uses : AsasInnab/pr-body-action@v1
26
27
env :
27
28
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
28
29
with :
29
- comment-id : ${{ github.event.pull_request.comments[0].id }}
30
30
body : ${{ steps.get-comment-body.outputs.body }}
31
- edit-mode : append
32
31
enforce-checklist :
33
32
runs-on : ubuntu-latest
34
33
needs : add-checklist
You can’t perform that action at this time.
0 commit comments