Skip to content

Commit

Permalink
Replace instead of appending
Browse files Browse the repository at this point in the history
  • Loading branch information
Bellangelo committed Aug 24, 2024
1 parent 2b3d7e3 commit c6e5059
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/replace-keywords.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
comment-id: ${{ github.event.comment.id }}
body: ${{ steps.replace-keywords.outputs.updated-body }}
body: ${{ steps.replace-keywords.outputs.updated-body }}
edit-mode: replace

0 comments on commit c6e5059

Please sign in to comment.