Update and rename OpenWrt_R3P.yml to openwrt_R3P.yml

This commit is contained in:
moruiris 2023-01-06 15:19:34 +08:00 committed by GitHub
parent 46559027dd
commit cf94da431d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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