commit edc7e5a995dba5866c575c7bd798826777c02223
parent b849fb212228c66a2221b8c4bbed4e44fc3cb68d
Author: MTRNord <mtrnord1@gmail.com>
Date: Wed, 11 Oct 2023 16:00:55 +0200
Use correct issue number
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml
@@ -77,13 +77,13 @@ jobs:
uses: peter-evans/find-comment@v2.4.0
id: fc
with:
- issue-number: ${{ github.event.issue.number }}
+ issue-number: ${{ github.event.client_payload.github.payload.issue.number }}
comment-author: github-actions[bot]
body-includes: Automatically generated by octodns-sync
- name: Add or update PR comment
uses: peter-evans/create-or-update-comment@v3.0.2
with:
- issue-number: ${{ github.event.issue.number }}
+ issue-number: ${{ github.event.client_payload.github.payload.issue.number }}
comment-id: ${{ steps.fc.outputs.comment-id }}
body: |
## OctoDNS Plan for `${{ steps.meta.outputs.sha }}`