From c8e01ec451802dc0a2dabce9c4ece70a8e5738d3 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sat, 26 Mar 2022 19:26:34 +0200 Subject: [PATCH] Remove anchors --- .github/workflows/pull_request_changelog.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request_changelog.yml b/.github/workflows/pull_request_changelog.yml index 537c4193..3098dbd8 100644 --- a/.github/workflows/pull_request_changelog.yml +++ b/.github/workflows/pull_request_changelog.yml @@ -43,7 +43,7 @@ jobs: - name: Create fail comment if: "failure()" uses: peter-evans/create-or-update-comment@v2 - with: &comment-params + with: edit-mode: replace comment-id: ${{ steps.fc.outputs.comment-id }} issue-number: ${{ github.event.pull_request.number }} @@ -59,7 +59,9 @@ jobs: if: "success()" uses: peter-evans/create-or-update-comment@v2 with: - <<: *comment-params + edit-mode: replace + comment-id: ${{ steps.fc.outputs.comment-id }} + issue-number: ${{ github.event.pull_request.number }} body: | # :heavy_check_mark: Changelog is added