From a8d44408e7d8849ac5e1342a880275eca01f6f7d Mon Sep 17 00:00:00 2001 From: ziro Date: Thu, 11 Jan 2024 11:02:52 +0700 Subject: [PATCH] ci: Remove note about data, we're using different package id for nightly --- .github/workflows/build_push.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_push.yml b/.github/workflows/build_push.yml index c52f1e33ce..893b1598bd 100644 --- a/.github/workflows/build_push.yml +++ b/.github/workflows/build_push.yml @@ -150,11 +150,9 @@ jobs: tag_name: ${{ env.VERSION_TAG }} name: Yōkai Nightly (${{ env.VERSION_TAG }}) body: | - ### Disclaimer: - ***This alpha version is for testing only.*** - It is not ready for daily use and we do not guarantee its usability. - - Please backup your data before using it! + > [!CAUTION] + > _**This alpha version is for testing only!**_ + > It is not ready for daily use and we do not guarantee its usability. ---