diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 4aa70967f..60ef44ad1 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -134,14 +134,14 @@ jobs: uses: peter-evans/find-comment@v1 id: find-comment with: - issue-number: ${{ github.event.pull_request_target.number }} #e.g. 1 + issue-number: ${{ github.event.pull_request.number }} #e.g. 1 comment-author: 'github-actions[bot]' body-includes: netlify - name: Create comment uses: peter-evans/create-or-update-comment@v1 with: comment-id: ${{ steps.find-comment.outputs.comment-id }} - issue-number: ${{ github.event.pull_request_target.number }} + issue-number: ${{ github.event.pull_request.number }} edit-mode: replace body: | 🚀 La branche est déployée !