Skip to content

Commit 3204d7e

Browse files
committed
openwrt
1 parent a06773e commit 3204d7e

4 files changed

Lines changed: 2048 additions & 8 deletions

File tree

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ on:
1717
ssh:
1818
description: 'SSH connection to Actions'
1919
required: true
20-
default: 'false'
21-
schedule:
22-
- cron: 0 18 * * *
23-
# watch:
24-
# types: started
20+
default: 'true'
21+
# schedule:
22+
# - cron: 0 18 * * *
23+
watch:
24+
types: started
2525

2626
env:
2727
REPO_URL: https://github.com/openwrt/openwrt
2828
REPO_BRANCH: master
2929
FEEDS_CONF: feeds.conf.default
30-
CONFIG_FILE: config/r3g1.config
31-
DIY_P1_SH: diy-part1.sh
32-
DIY_P2_SH: diy-part2.sh
30+
CONFIG_FILE: config/r3g-openwrt.config
31+
DIY_P1_SH: diy1-openwrt.sh
32+
DIY_P2_SH: diy2-openwrt.sh
3333
UPLOAD_BIN_DIR: true
3434
UPLOAD_FIRMWARE: true
3535
UPLOAD_COWTRANSFER: true

0 commit comments

Comments
 (0)