Ver Fonte

Switch to 'dev' branch for nomount patches and files

jimsterino98 há 2 meses atrás
pai
commit
58769ce9ca
1 ficheiros alterados com 3 adições e 3 exclusões
  1. 3 3
      .github/actions/nomount/action.yml

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

@@ -13,14 +13,14 @@ runs:
      run: |
      run: |
       cd "$COMMON"
       cd "$COMMON"
       #patch -p1 "$NOMOUNT/kernel/patches/nomount_${{ inputs.kernel_version }}_kernel_integration.patch"
       #patch -p1 "$NOMOUNT/kernel/patches/nomount_${{ inputs.kernel_version }}_kernel_integration.patch"
-      curl -L -s "https://raw.githubusercontent.com/maxsteeel/nomount/refs/heads/master/kernel/patches/nomount_${{ inputs.kernel_version }}_kernel_integration.patch" | patch -p1
+      curl -L -s "https://raw.githubusercontent.com/maxsteeel/nomount/refs/heads/dev/kernel/patches/nomount_${{ inputs.kernel_version }}_kernel_integration.patch" | patch -p1
 
 
    - name: copy required files
    - name: copy required files
      shell: bash
      shell: bash
      run: |
      run: |
       cd "$COMMON/fs"
       cd "$COMMON/fs"
-      curl -LO "https://raw.githubusercontent.com/maxsteeel/nomount/refs/heads/master/kernel/src/nomount.c"
-      curl -LO "https://raw.githubusercontent.com/maxsteeel/nomount/refs/heads/master/kernel/src/nomount.h"
+      curl -LO "https://raw.githubusercontent.com/maxsteeel/nomount/refs/heads/dev/kernel/src/nomount.c"
+      curl -LO "https://raw.githubusercontent.com/maxsteeel/nomount/refs/heads/dev/kernel/src/nomount.h"
 
 
    - name: add to defconfig
    - name: add to defconfig
      shell: bash
      shell: bash