We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1002f9b commit e008749Copy full SHA for e008749
1 file changed
.github/workflows/templates-dyff-comment.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Create or update comment
41
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4
42
with:
43
- comment-id: ${{ steps.pr-number.outputs.pr-number }}
44
- issue-number: ${{ github.event.pull_request.number }}
+ comment-id: ${{ steps.find-dyff-comment.outputs.comment-id }}
+ issue-number: ${{ steps.pr-number.outputs.pr-number }}
45
body-path: dyff-output.md
46
edit-mode: replace
0 commit comments