Skip to content

Commit 17f634d

Browse files
point at the right place
1 parent 2023534 commit 17f634d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
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

0 commit comments

Comments
 (0)