Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonyha7 committed Oct 8, 2022
1 parent e450f2c commit 904bcc5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml → .github/workflows/Gen.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: Gen
name: 生成TWRP设备树

on:
workflow_dispatch:
inputs:
PY:
description: 'Python3版本(推荐3.6/3.9)'
required: true
default: '3.9'
IMG:
description: 'IMG直链'
required: true
Expand All @@ -22,7 +26,7 @@ jobs:
- name: 准备Python3
uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: ${{ github.event.inputs.PY }}
cache: 'pip'

- name: 准备twrpdtgen
Expand Down

0 comments on commit 904bcc5

Please sign in to comment.