瀏覽代碼

Refactor GitHub Actions workflow by removing unused conditions

Removed conditional checks for chroot, susfs, bbg, and nomount in the workflow.
jimsterino98 1 月之前
父節點
當前提交
fbee28e5d0
共有 1 個文件被更改,包括 4 次插入9 次删除
  1. 4 9
      .github/workflows/main.yml

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

@@ -236,12 +236,6 @@ jobs:
           EOF
           fi
 
-          if [ "${{ inputs.chroot }}" = "true" ]; then
-          cat <<'EOF' >> release_body.md
-          -> ubuntu-chroot support - https://github.com/ravindu644/Ubuntu-Chroot
-          EOF
-          fi
-
           if [ "${{ inputs.ntsync }}" = "true" ]; then
           cat <<'EOF' >> release_body.md
           -> NTSync - Provide high-performance, low-latency synchronization primitives compatible with the Windows NT kernel API
@@ -289,30 +283,31 @@ jobs:
           cat <<'EOF' >> release_body.md
           
           KSUN: ${{ env.KSUN_HASH }}
+          
           EOF
           fi
           if ${{ inputs.susfs }} == 'true' ]]; then
           cat <<'EOF' >> release_body.md
-          
           SUSFS: 
           android12-5.10: ${{ env.SUSFS_510 }}
           android13-5.15: ${{ env.SUSFS_515 }}
           android14-6.1: ${{ env.SUSFS_61 }}
           android15-6.6: ${{ env.SUSFS_66 }}
+          
           EOF
           fi
           
           if ${{ inputs.bbg }} == 'true' ]]; then
           cat <<'EOF' >> release_body.md
-          
           BBG: ${{ env.BBG_HASH }}
+          
           EOF
           fi
           
           if ${{ inputs.nomount }} == 'true' ]]; then
           cat <<'EOF' >> release_body.md
-          
           NoMount: ${{ env.NM_HASH }}
+          
           EOF
           fi