Skip to content

Commit e008749

Browse files
committed
CI: fix comment and PR ids on dyff comment
1 parent 1002f9b commit e008749

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/templates-dyff-comment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Create or update comment
4141
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4
4242
with:
43-
comment-id: ${{ steps.pr-number.outputs.pr-number }}
44-
issue-number: ${{ github.event.pull_request.number }}
43+
comment-id: ${{ steps.find-dyff-comment.outputs.comment-id }}
44+
issue-number: ${{ steps.pr-number.outputs.pr-number }}
4545
body-path: dyff-output.md
4646
edit-mode: replace

0 commit comments

Comments
 (0)