Update repo references

This commit is contained in:
arkon 2020-12-27 14:58:07 -05:00 committed by GitHub
parent b853e167e8
commit 284c54cb18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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