Skip to content

Commit b3dc6b0

Browse files
authored
Update openWrt-build.yml
权限配置,和标题配置
1 parent 8e46a75 commit b3dc6b0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/openWrt-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
name: Auto OpenWrt Build
2+
run-name: 我的OpenWrt云编译:${{ inputs.target_profile }}
3+
env:
4+
TZ: Asia/Shanghai
25

36
on:
47
workflow_dispatch:
@@ -29,6 +32,7 @@ jobs:
2932
run: |
3033
git clone --depth=1 https://github.com/openwrt/openwrt.git -b openwrt-25.12
3134
cd openwrt
35+
chmod +x ../profiles/*.sh
3236
if [ -n "${{ inputs.target_profile }}" ]; then
3337
../profiles/${{ inputs.target_profile }}.sh
3438
fi

0 commit comments

Comments
 (0)