Просмотр исходного кода

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 месяцев назад
Родитель
Сommit
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