Skip to content

Commit

Permalink
Update Lede-23.05-N1.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
woni928 authored Feb 28, 2025
1 parent fff38da commit 5cfd4d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Lede-23.05-N1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
env:
REPO_URL: https://github.com/coolsnowwolf/lede
REPO_BRANCH: master
FEEDS_CONF: N1/Lede-feeds.conf.default
CONFIG_FILE: N1/Lede.config
DIY_SH: N1/Lede-diy.sh
FILES: N1/files
Expand Down Expand Up @@ -63,6 +64,7 @@ jobs:
- name: Update & Install feeds
run: |
[ -e $FEEDS_CONF ] && mv $FEEDS_CONF openwrt/feeds.conf.default
chmod +x $DIY_SH
cd openwrt
./scripts/feeds update -a
Expand Down Expand Up @@ -129,7 +131,7 @@ jobs:
🔒 密码: password
🍁 更新日志:
2025-0227:测试取消docker-ce
2025-0228:测试是否成功加载软件包
- name: Delete old releases
uses: dev-drprasad/delete-older-releases@master
Expand Down

0 comments on commit 5cfd4d0

Please sign in to comment.