We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a06773e commit 3204d7eCopy full SHA for 3204d7e
4 files changed
.github/workflows/r3g-openwrt .github/workflows/r3g-openwrt.yml.github/workflows/r3g-openwrt renamed to .github/workflows/r3g-openwrt.yml
@@ -17,19 +17,19 @@ on:
17
ssh:
18
description: 'SSH connection to Actions'
19
required: true
20
- default: 'false'
21
- schedule:
22
- - cron: 0 18 * * *
23
-# watch:
24
-# types: started
+ default: 'true'
+# schedule:
+# - cron: 0 18 * * *
+ watch:
+ types: started
25
26
env:
27
REPO_URL: https://github.com/openwrt/openwrt
28
REPO_BRANCH: master
29
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
+ CONFIG_FILE: config/r3g-openwrt.config
+ DIY_P1_SH: diy1-openwrt.sh
+ DIY_P2_SH: diy2-openwrt.sh
33
UPLOAD_BIN_DIR: true
34
UPLOAD_FIRMWARE: true
35
UPLOAD_COWTRANSFER: true
0 commit comments