Browse Source

ci(workflow): enhance release notification with kernel variant info

Add KernelSU variant information to the GitHub release notification message to provide more context about the release
TheWildJames 1 năm trước cách đây
mục cha
commit
24a1b5d96f
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      .github/workflows/main.yml

+ 4 - 1
.github/workflows/main.yml

@@ -262,7 +262,10 @@ jobs:
             -F text="
             🌽 *New Kernel Release Uploaded*  
             📦 *Repository:* [${{ github.repository }}](https://github.com/${{ github.repository }})  
-            🗂️ *Branch:* ${{ github.ref_name }}  
             ✏️ *Commit:* [${{ github.sha }}](https://github.com/${{ github.repository }}/commit/${{ github.sha }})  
+            
+            📋 *Release Information:*
+            🔧 *KernelSU Variant:* ${{ inputs.kernel_variant }}
+            
             [🔗 View GitHub Release](https://github.com/${{ github.repository }}/releases/tag/${{ env.NEW_TAG }})" \
             -F parse_mode="Markdown"