Skip to content

Commit 2b5ebcf

Browse files
Merge pull request Acode-Foundation#1627 from peasneovoyager2banana2/ci-nightly-release-message-fix
style(ci): Replace unnecessary `\n`s in nightly release message
2 parents 03cd9aa + d5ca8bd commit 2b5ebcf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nightly-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,8 @@
210210
platforms/android/app/build/outputs/apk/debug/app-debug.apk
211211
body: |
212212
Automated Nightly (pre-release) Releases for Today
213-
\n\n[Compare Changes](https://github.com/${{ github.repository }}/compare/${{ env.TAG_COMMIT }}...${{ github.sha }})
213+
214+
[Compare Changes](https://github.com/${{ github.repository }}/compare/${{ env.TAG_COMMIT }}...${{ github.sha }})
214215
215216
- name: Update Last Comment by bot (If ran in PR)
216217
if: inputs.is_PR

0 commit comments

Comments
 (0)