Skip to content

Commit

Permalink
Update update checker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
00575 authored Oct 29, 2022
1 parent c9514ea commit ad5cd5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: 检查内核文件
run: |
wget -qO scripts/kernel-5.15 https://github.com/coolsnowwolf/lede/raw/master/include/kernel-5.15
wget -qO scripts/kernel-5.19 https://github.com/coolsnowwolf/lede/raw/master/include/kernel-5.19
wget -qO scripts/kernel-5.15 https://raw.githubusercontent.com/coolsnowwolf/lede/master/include/kernel-5.15
wget -qO scripts/kernel-6.0 https://github.com/coolsnowwolf/lede/raw/master/include/kernel-6.0
- name: 添加文件到暂存区
run: git add .
Expand Down

0 comments on commit ad5cd5f

Please sign in to comment.