Update and rename OpenWrt_x86.yml to openwrt_x86.yml

This commit is contained in:
moruiris
2023-01-06 15:52:39 +08:00
committed by GitHub
parent ca4e22b5f2
commit 617de5e121

View File

@ -1,4 +1,4 @@
name: OpenWrt_x86
name: openwrt_x86
on:
schedule:
@ -8,15 +8,13 @@ on:
env:
REPO_URL: https://github.com/openwrt/openwrt
REPO_BRANCH: master
FEEDS_CONF: OpenWrt/x86/feeds.conf.default
CONFIG_FILE: OpenWrt/x86/.config
DIY_P1_SH: OpenWrt/x86/diy-part1.sh
DIY_P2_SH: OpenWrt/x86/diy-part2.sh
SSH_ACTIONS: false
CONFIG_FILE: openwrt/x86/.config
DIY_P1_SH: openwrt/diy-part1.sh
DIY_P2_SH: openwrt/diy-part2.sh
UPLOAD_FIRMWARE: true
UPLOAD_RELEASE: true
TZ: Asia/Shanghai
OPENWRT_NAME: Openwrt
OPENWRT_NAME: openwrt
jobs:
build:
@ -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