mirror of
https://github.com/bin456789/reinstall.git
synced 2025-12-10 15:37:43 +08:00
core: 支持修改密码
This commit is contained in:
4
.github/workflows/run_reinstall.yml
vendored
4
.github/workflows/run_reinstall.yml
vendored
@ -13,9 +13,9 @@ jobs:
|
||||
os: [ubuntu-latest, windows-latest]
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
command: sudo bash reinstall.sh --debug
|
||||
command: sudo bash reinstall.sh --debug --password 123@@@
|
||||
- os: windows-latest
|
||||
command: ./reinstall.bat --debug
|
||||
command: ./reinstall.bat --debug --password 123@@@
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- run: |
|
||||
|
||||
Reference in New Issue
Block a user