mirror of
https://github.com/multipleof4/.github.git
synced 2026-01-13 15:27:54 +00:00
Update readme.md
This commit is contained in:
6
.github/workflows/readme.md
vendored
6
.github/workflows/readme.md
vendored
@@ -17,7 +17,7 @@ on:
|
|||||||
required: true
|
required: true
|
||||||
jobs:
|
jobs:
|
||||||
gen:
|
gen:
|
||||||
uses: multipleof4/.actions/.github/workflows/gen-keystore.yml@master
|
uses: multipleof4/.github/.github/workflows/gen-keystore.yml@master
|
||||||
with:
|
with:
|
||||||
name: ${{ github.event.inputs.name }}
|
name: ${{ github.event.inputs.name }}
|
||||||
secrets:
|
secrets:
|
||||||
@@ -33,7 +33,7 @@ on:
|
|||||||
default: sune-1500-unsigned.apk
|
default: sune-1500-unsigned.apk
|
||||||
jobs:
|
jobs:
|
||||||
call:
|
call:
|
||||||
uses: multipleof4/.actions/.github/workflows/sign-apk.yml@master
|
uses: multipleof4/.github/.github/workflows/sign-apk.yml@master
|
||||||
with:
|
with:
|
||||||
unsigned_apk: ${{ github.event.inputs.unsigned_apk }}
|
unsigned_apk: ${{ github.event.inputs.unsigned_apk }}
|
||||||
secrets:
|
secrets:
|
||||||
@@ -53,7 +53,7 @@ permissions:
|
|||||||
contents: write
|
contents: write
|
||||||
jobs:
|
jobs:
|
||||||
mirror:
|
mirror:
|
||||||
uses: multipleof4/.actions/.github/workflows/repo-mirror.yml@master
|
uses: multipleof4/.github/.github/workflows/repo-mirror.yml@master
|
||||||
with:
|
with:
|
||||||
repo: ${{ inputs.repo }}
|
repo: ${{ inputs.repo }}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user