Update workflow.yml

This commit is contained in:
CherretGit
2025-06-14 23:37:58 +07:00
committed by GitHub
parent 0ad93a2c94
commit 02d3d2fb1c

View File

@@ -138,7 +138,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Update changelog
run: |
echo ${{ inputs.release_changes}} > changelog.md
echo "${inputs.release_changes}" > changelog.md
- name: Update update.json
run: |
@@ -187,4 +187,4 @@ jobs:
-d parse_mode=HTML \
-d disable_web_page_preview=true \
--data-urlencode "text=$MESSAGE_TEXT"