Procházet zdrojové kódy

Modify setup script execution in action.yml

Updated the curl command to execute the setup script without specifying the branch.
jimsterino98 před 2 týdny
rodič
revize
3fa74549ff
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      .github/actions/nomount/action.yml

+ 1 - 1
.github/actions/nomount/action.yml

@@ -8,7 +8,7 @@ runs:
      shell: bash
      run: |
       cd "$COMMON"
-      curl https://raw.githubusercontent.com/maxsteeel/nomount/refs/heads/dev/kernel/setup.sh | bash -s dev
+      curl https://raw.githubusercontent.com/maxsteeel/nomount/refs/heads/dev/kernel/setup.sh | bash -
 
    - name: add to defconfig
      shell: bash