瀏覽代碼

Update action.yml

remove J from curl
jimsterino98 2 月之前
父節點
當前提交
8d6b81b140
共有 1 個文件被更改,包括 2 次插入2 次删除
  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