Update Redmi-AX6000-FIP-hanwckf.yml

This commit is contained in:
lgs2007m 2023-01-09 20:59:39 +08:00 committed by GitHub
parent d8edd3728f
commit d5cbe6c1e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
@ -64,6 +65,12 @@ jobs:
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')