From 284c54cb18a6a818863146b8dabedee1f26eb158 Mon Sep 17 00:00:00 2001 From: arkon Date: Sun, 27 Dec 2020 14:58:07 -0500 Subject: [PATCH] Update repo references --- .github/workflows/build_app.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_app.yml b/.github/workflows/build_app.yml index f080fa9..bc60ed8 100644 --- a/.github/workflows/build_app.yml +++ b/.github/workflows/build_app.yml @@ -21,14 +21,14 @@ jobs: - name: Clone Repository (Latest) uses: actions/checkout@v2 with: - repository: 'inorichi/tachiyomi' + repository: 'tachiyomiorg/tachiyomi' fetch-depth: 0 if: github.event.inputs.git-ref == '' - name: Clone Repository (Custom Ref) uses: actions/checkout@v2 if: github.event.inputs.git-ref != '' with: - repository: 'inorichi/tachiyomi' + repository: 'tachiyomiorg/tachiyomi' fetch-depth: 0 ref: ${{ github.event.inputs.git-ref }} @@ -63,7 +63,7 @@ jobs: body: > r${{ env.COMMIT_COUNT }} - Latest commit: https://github.com/inorichi/tachiyomi/commit/${{ env.CURRENT_SHA }} + Latest commit: https://github.com/tachiyomiorg/tachiyomi/commit/${{ env.CURRENT_SHA }} draft: ${{ github.event.inputs.dry-run != '' }} prerelease: false - name: Upload APK to release