We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e46a75 commit b3dc6b0Copy full SHA for b3dc6b0
1 file changed
.github/workflows/openWrt-build.yml
@@ -1,4 +1,7 @@
1
name: Auto OpenWrt Build
2
+run-name: 我的OpenWrt云编译:${{ inputs.target_profile }}
3
+env:
4
+ TZ: Asia/Shanghai
5
6
on:
7
workflow_dispatch:
@@ -29,6 +32,7 @@ jobs:
29
32
run: |
30
33
git clone --depth=1 https://github.com/openwrt/openwrt.git -b openwrt-25.12
31
34
cd openwrt
35
+ chmod +x ../profiles/*.sh
36
if [ -n "${{ inputs.target_profile }}" ]; then
37
../profiles/${{ inputs.target_profile }}.sh
38
fi
0 commit comments