File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5454 retention-days : 1
5555
5656 - name : Find Comment
57- if : github.event.pull_request && ${{matrix.ghc-version}} == latest
57+ if : github.event.pull_request && ${{matrix.ghc-version}} == ' latest'
5858 uses : peter-evans/find-comment@v3
5959 id : fc
6060 with :
@@ -63,10 +63,10 @@ jobs:
6363 body-includes : " expressions used"
6464
6565 - name : Create or update comment
66- if : github.event.pull_request && ${{matrix.ghc-version}} == latest
66+ if : github.event.pull_request && ${{matrix.ghc-version}} == ' latest'
6767 uses : peter-evans/create-or-update-comment@v4
6868 with :
6969 comment-id : ${{ steps.fc.outputs.comment-id }}
7070 issue-number : ${{ github.event.pull_request.number }}
71- body : report.md
71+ body-path : report.md
7272 edit-mode : replace
You can’t perform that action at this time.
0 commit comments