Bladeren bron

Modify setup script execution in action.yml

Updated the curl command to execute the setup script without specifying the branch.
jimsterino98 2 weken geleden
bovenliggende
commit
3fa74549ff
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  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