Przeglądaj źródła

Update action.yml

remove J from curl
jimsterino98 2 miesięcy temu
rodzic
commit
8d6b81b140
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      .github/actions/nomount/action.yml

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

@@ -19,8 +19,8 @@ runs:
      shell: bash
      run: |
       cd "$COMMON/fs"
-      curl -LJO "https://raw.githubusercontent.com/maxsteeel/nomount/refs/heads/master/kernel/src/nomount.c"
-      curl -LJO "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.c"
+      curl -LO "https://raw.githubusercontent.com/maxsteeel/nomount/refs/heads/master/kernel/src/nomount.c"
 
    - name: add to defconfig
      shell: bash