Procházet zdrojové kódy

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 před 1 rokem
rodič
revize
24a1b5d96f
1 změnil soubory, kde provedl 4 přidání a 1 odebrání
  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"