Update Redmi-AX6000-FIP-hanwckf.yml
This commit is contained in:
@ -24,6 +24,7 @@ on:
|
|||||||
env:
|
env:
|
||||||
REPO_URL: https://github.com/hanwckf/bl-mt798x
|
REPO_URL: https://github.com/hanwckf/bl-mt798x
|
||||||
REPO_BRANCH: master
|
REPO_BRANCH: master
|
||||||
|
DIY_P_SH: hanwckf/Redmi-AX6000-FIP/diy-part.sh
|
||||||
SSH_ACTIONS: false
|
SSH_ACTIONS: false
|
||||||
UPLOAD_FIRMWARE: true
|
UPLOAD_FIRMWARE: true
|
||||||
UPLOAD_RELEASE: true
|
UPLOAD_RELEASE: true
|
||||||
@ -64,6 +65,12 @@ jobs:
|
|||||||
git clone $REPO_URL -b $REPO_BRANCH openwrt
|
git clone $REPO_URL -b $REPO_BRANCH openwrt
|
||||||
ln -sf /workdir/openwrt $GITHUB_WORKSPACE/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链接管理
|
- name: SSH链接管理
|
||||||
uses: P3TERX/ssh2actions@v1.0.0
|
uses: P3TERX/ssh2actions@v1.0.0
|
||||||
if: (github.event.inputs.ssh == 'true' && github.event.inputs.ssh != 'false') || contains(github.event.action, 'ssh')
|
if: (github.event.inputs.ssh == 'true' && github.event.inputs.ssh != 'false') || contains(github.event.action, 'ssh')
|
||||||
|
Reference in New Issue
Block a user