Update Redmi-AX6000-FIP-hanwckf.yml
This commit is contained in:
parent
d8edd3728f
commit
d5cbe6c1e2
@ -24,6 +24,7 @@ on:
|
||||
env:
|
||||
REPO_URL: https://github.com/hanwckf/bl-mt798x
|
||||
REPO_BRANCH: master
|
||||
DIY_P_SH: hanwckf/Redmi-AX6000-FIP/diy-part.sh
|
||||
SSH_ACTIONS: false
|
||||
UPLOAD_FIRMWARE: true
|
||||
UPLOAD_RELEASE: true
|
||||
@ -63,7 +64,13 @@ jobs:
|
||||
df -hT $PWD
|
||||
git clone $REPO_URL -b $REPO_BRANCH openwrt
|
||||
ln -sf /workdir/openwrt $GITHUB_WORKSPACE/openwrt
|
||||
|
||||
|
||||
- name: 加载DIY脚本
|
||||
run: |
|
||||
chmod +x $DIY_P_SH
|
||||
cd openwrt
|
||||
$GITHUB_WORKSPACE/$DIY_P_SH
|
||||
|
||||
- name: SSH链接管理
|
||||
uses: P3TERX/ssh2actions@v1.0.0
|
||||
if: (github.event.inputs.ssh == 'true' && github.event.inputs.ssh != 'false') || contains(github.event.action, 'ssh')
|
||||
|
Loading…
Reference in New Issue
Block a user