Skip to content

Commit dbb63c7

Browse files
committed
openwrt-21.02
Signed-off-by: jcleng <[email protected]>
1 parent 0373e20 commit dbb63c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-openwrt.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
uses: actions/checkout@main
2727
with:
2828
# 指定分支
29-
ref: 'main'
29+
# ref: 'main'
3030
# 之前一直使用的是openwrt-21.02
31-
# ref: 'openwrt-21.02'
31+
ref: 'openwrt-21.02'
3232

3333
- name: Initialization environment
3434
env:

0 commit comments

Comments
 (0)