Ver Fonte

Update main.yml

James McConnell há 1 ano atrás
pai
commit
c181fd7839
1 ficheiros alterados com 2 adições e 6 exclusões
  1. 2 6
      .github/workflows/main.yml

+ 2 - 6
.github/workflows/main.yml

@@ -190,8 +190,7 @@ jobs:
           get_ref "WILD" "https://github.com/WildKernels/Wild_KSU.git" "WildKernels/Wild_KSU" "$MODE"
           get_ref "KSU" "https://github.com/tiann/KernelSU.git" "tiann/KernelSU" "$MODE"
           get_ref "NEXT" "https://github.com/KernelSU-Next/KernelSU-Next.git" "KernelSU-Next/KernelSU-Next" "$MODE"
-          get_ref "MKSU" "https://github.com/5ec1cff/KernelSU.git" "5ec1cff/KernelSU" "commit"
-
+          
       - name: Generate and Create New Tag
         run: |
             LATEST_TAG=$(gh api repos/${{ github.repository }}/tags --jq '.[0].name')
@@ -215,9 +214,6 @@ jobs:
       - name: Set release body
         run: |
           cat << 'EOF' > release_body.md
-          
-          Branch type for KSU: ${{ inputs.kernelsu_branch }}
-          Wild Current Kernel Tag: ${{ env.NEW_TAG }}
       
           Features:
           -> Wild KSU Kernels & Others
@@ -240,7 +236,7 @@ jobs:
           Managers:
           -> Wild KSU: https://github.com/WildKernels/Wild_KSU
           -> KernelSU: https://github.com/tiann/KernelSU
-          -> KernelSU-Next: https://github.com/rifsxd/KernelSU-Next
+          -> KernelSU-Next: https://github.com/KernelSU-Next/KernelSU-Next
       
           Commit Hashes (at the time of release):
           -> Wild KSU: [${{ env.WILD_REF }}](${{ env.WILD_URL }})