Преглед изворни кода

ci(wksu): add clarifying comment to kernel setup script

The comment indicates that the script clones the KernelSU repository, improving readability and maintainability of the CI workflow.
TheWildJames пре 6 месеци
родитељ
комит
c050807565
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      .github/actions/wksu/action.yml

+ 1 - 0
.github/actions/wksu/action.yml

@@ -13,6 +13,7 @@ runs:
       shell: bash
       working-directory: ${{ github.workspace }}/kernel
       run: |
+        # Clone the repository
         curl -LSs "https://raw.githubusercontent.com/WildKernels/Wild_KSU/stable/kernel/setup.sh" | bash -s ${{ inputs.ksu_commit }}
 
     - name: Enable KernelSU Config