Remove anchors

This commit is contained in:
Alex Root Junior 2022-03-26 19:26:34 +02:00
parent 7fc12ed952
commit c8e01ec451
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC

View file

@ -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