File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4242
4343 - name : Find possible previous comment
4444 if : ${{ steps.comment.outputs.markdown != '' }}
45- uses : peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e
45+ uses : peter-evans/find-comment@b30e6a3c0ed37e7c023ccd3f1db5c6c0b0c23aad
4646 id : findComment
4747 with :
4848 issue-number : ${{ github.event.number }}
Original file line number Diff line number Diff line change 4242
4343 - name : Find possible previous comment
4444 if : ${{ steps.comment.outputs.markdown != '' }}
45- uses : peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e
45+ uses : peter-evans/find-comment@b30e6a3c0ed37e7c023ccd3f1db5c6c0b0c23aad
4646 id : findComment
4747 with :
4848 issue-number : ${{ github.event.number }}
Original file line number Diff line number Diff line change 4747
4848 - name : Find content directory changes comment
4949 if : ${{ steps.get-number.outputs.number != '' }}
50- uses : peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e
50+ uses : peter-evans/find-comment@b30e6a3c0ed37e7c023ccd3f1db5c6c0b0c23aad
5151 id : findComment
5252 with :
5353 issue-number : ${{ steps.get-number.outputs.number }}
Original file line number Diff line number Diff line change 6969
7070 - name : Find existing readability comment
7171 if : ${{ steps.changed_files.outputs.filtered_changed_files }}
72- uses : peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e
72+ uses : peter-evans/find-comment@b30e6a3c0ed37e7c023ccd3f1db5c6c0b0c23aad
7373 id : findComment
7474 with :
7575 issue-number : ${{ github.event_name == 'workflow_dispatch' && inputs.pull_request_number || github.event.number }}
Original file line number Diff line number Diff line change 4949 echo "APP_URL=https://adjective-noun-hash-4000.app.github.dev" >> $GITHUB_ENV
5050 fi
5151 - name : Find code changes comment
52- uses : peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e
52+ uses : peter-evans/find-comment@b30e6a3c0ed37e7c023ccd3f1db5c6c0b0c23aad
5353 id : findComment
5454 with :
5555 issue-number : ${{ github.event.pull_request.number }}
You can’t perform that action at this time.
0 commit comments