Skip to content

Commit d5ca8bd

Browse files
style(ci): Replace unnecessary \ns in nightly release message
1 parent 03cd9aa commit d5ca8bd

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)