Quellcode durchsuchen

Fix variable name in curl command for patch

jimsterino98 vor 1 Monat
Ursprung
Commit
6ca0608c09
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      .github/actions/nomount/action.yml

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

@@ -16,7 +16,7 @@ runs:
      run: |
       cd "$COMMON"
       #patch -p1 "$NOMOUNT/kernel/patches/nomount_$KERNEL_VERSION_kernel_integration.patch"
-      curl -L -s "https://raw.githubusercontent.com/maxsteeel/nomount/refs/heads/dev/kernel/patches/nomount_$KERNEL_VERSION_kernel_integration.patch" | patch -p1
+      curl -L -s "https://raw.githubusercontent.com/maxsteeel/nomount/refs/heads/dev/kernel/patches/nomount_$KERNEL_VER_kernel_integration.patch" | patch -p1
 
    - name: copy required files
      shell: bash