mirror of
https://github.com/mihonapp/mihon-preview.git
synced 2025-01-14 12:17:10 +01:00
Update repo references
This commit is contained in:
parent
b853e167e8
commit
284c54cb18
6
.github/workflows/build_app.yml
vendored
6
.github/workflows/build_app.yml
vendored
@ -21,14 +21,14 @@ jobs:
|
|||||||
- name: Clone Repository (Latest)
|
- name: Clone Repository (Latest)
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
repository: 'inorichi/tachiyomi'
|
repository: 'tachiyomiorg/tachiyomi'
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
if: github.event.inputs.git-ref == ''
|
if: github.event.inputs.git-ref == ''
|
||||||
- name: Clone Repository (Custom Ref)
|
- name: Clone Repository (Custom Ref)
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
if: github.event.inputs.git-ref != ''
|
if: github.event.inputs.git-ref != ''
|
||||||
with:
|
with:
|
||||||
repository: 'inorichi/tachiyomi'
|
repository: 'tachiyomiorg/tachiyomi'
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
ref: ${{ github.event.inputs.git-ref }}
|
ref: ${{ github.event.inputs.git-ref }}
|
||||||
|
|
||||||
@ -63,7 +63,7 @@ jobs:
|
|||||||
body: >
|
body: >
|
||||||
r${{ env.COMMIT_COUNT }}
|
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 != '' }}
|
draft: ${{ github.event.inputs.dry-run != '' }}
|
||||||
prerelease: false
|
prerelease: false
|
||||||
- name: Upload APK to release
|
- name: Upload APK to release
|
||||||
|
Loading…
Reference in New Issue
Block a user