fix: remove modrinth-bot from commentss

This commit is contained in:
Michael H.
2026-08-16 23:03:01 +02:00
parent 14b2943dbe
commit 377ebfe746
2 changed files with 7 additions and 3 deletions
+3 -1
View File
@@ -14,12 +14,14 @@ jobs:
comment:
name: Post changelog comment
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Post or update changelog comment
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
with:
github-token: ${{ secrets.CROWDIN_GH_TOKEN }}
github-token: ${{ github.token }}
script: |
const marker = '<!-- changelog -->';
const mergedMarker = '<!-- changelog-merged -->';