Update and rename OpenWrt_R3P.yml to openwrt_R3P.yml
This commit is contained in:
parent
46559027dd
commit
cf94da431d
@ -1,4 +1,4 @@
|
||||
name: OpenWrt_R3P
|
||||
name: openwrt_R3P
|
||||
|
||||
on:
|
||||
schedule:
|
||||
@ -8,15 +8,13 @@ on:
|
||||
env:
|
||||
REPO_URL: https://github.com/openwrt/openwrt
|
||||
REPO_BRANCH: master
|
||||
FEEDS_CONF: OpenWrt/R3P/feeds.conf.default
|
||||
CONFIG_FILE: OpenWrt/R3P/.config
|
||||
DIY_P1_SH: OpenWrt/R3P/diy-part1.sh
|
||||
DIY_P2_SH: OpenWrt/R3P/diy-part2.sh
|
||||
SSH_ACTIONS: false
|
||||
CONFIG_FILE: R3P/.config
|
||||
DIY_P1_SH: diy-part1.sh
|
||||
DIY_P2_SH: diy-part2.sh
|
||||
UPLOAD_FIRMWARE: true
|
||||
UPLOAD_RELEASE: true
|
||||
TZ: Asia/Shanghai
|
||||
OPENWRT_NAME: Openwrt
|
||||
OPENWRT_NAME: openwrt
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -24,7 +22,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: 检查项目分支
|
||||
uses: actions/checkout@main
|
||||
uses: actions/checkout@openwrt
|
||||
|
||||
- name: 初始化编译环境
|
||||
env:
|
||||
@ -45,7 +43,6 @@ jobs:
|
||||
|
||||
- name: 加载feeds.conf.default & DIY_P1_SH
|
||||
run: |
|
||||
[ -e $FEEDS_CONF ] && mv $FEEDS_CONF openwrt/feeds.conf.default
|
||||
chmod +x $DIY_P1_SH
|
||||
cd openwrt
|
||||
$GITHUB_WORKSPACE/$DIY_P1_SH
|
Loading…
Reference in New Issue
Block a user