Browse Source

Update action.yml

remove J from curl
jimsterino98 2 tháng trước cách đây
mục cha
commit
8d6b81b140
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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