Update readme.md

This commit is contained in:
2025-08-31 15:18:53 -07:00
committed by GitHub
parent 3cb086e99a
commit 0df5a839c5

View File

@@ -17,7 +17,7 @@ on:
required: true
jobs:
gen:
uses: multipleof4/.actions/.github/workflows/gen-keystore.yml@master
uses: multipleof4/.github/.github/workflows/gen-keystore.yml@master
with:
name: ${{ github.event.inputs.name }}
secrets:
@@ -33,7 +33,7 @@ on:
default: sune-1500-unsigned.apk
jobs:
call:
uses: multipleof4/.actions/.github/workflows/sign-apk.yml@master
uses: multipleof4/.github/.github/workflows/sign-apk.yml@master
with:
unsigned_apk: ${{ github.event.inputs.unsigned_apk }}
secrets:
@@ -53,7 +53,7 @@ permissions:
contents: write
jobs:
mirror:
uses: multipleof4/.actions/.github/workflows/repo-mirror.yml@master
uses: multipleof4/.github/.github/workflows/repo-mirror.yml@master
with:
repo: ${{ inputs.repo }}
```