From 0df5a839c5933b2d40855241496ca78c3ea2b1c5 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sun, 31 Aug 2025 15:18:53 -0700 Subject: [PATCH] Update readme.md --- .github/workflows/readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/readme.md b/.github/workflows/readme.md index 6fb08fb..cc6ee2f 100644 --- a/.github/workflows/readme.md +++ b/.github/workflows/readme.md @@ -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 }} ```