[SKIP CI] Update repo links

This commit is contained in:
arkon
2020-12-15 17:51:30 -05:00
parent 81f9eede50
commit 3c1bc5f00d
12 changed files with 36 additions and 35 deletions

View File

@ -4,7 +4,7 @@ I acknowledge that:
- I have updated to the latest version of the app (stable is v0.10.6)
- I have updated all extensions
- If this is an issue with the app itself, that I should be opening an issue in https://github.com/inorichi/tachiyomi
- If this is an issue with the app itself, that I should be opening an issue in https://github.com/tachiyomiorg/tachiyomi
- I have searched the existing issues for duplicates
- For source requests, I have checked the list of existing extensions including the multi-source spreadsheet: https://tachiyomi.org/extensions/

View File

@ -10,5 +10,5 @@ contact_links:
url: https://tachiyomi.org/help/
about: Common questions are answered here.
- name: Tachiyomi app GitHub repository
url: https://github.com/inorichi/tachiyomi
url: https://github.com/tachiyomiorg/tachiyomi
about: Issues about the app itself should be opened here instead.

View File

@ -11,7 +11,7 @@ I acknowledge that:
- I have updated to the latest version of the app (stable is v0.10.6)
- I have updated all extensions
- If this is an issue with the app itself, that I should be opening an issue in https://github.com/inorichi/tachiyomi
- If this is an issue with the app itself, that I should be opening an issue in https://github.com/tachiyomiorg/tachiyomi
- I have searched the existing issues for duplicates
- For source requests, I have checked the list of existing extensions including the multi-source spreadsheet: https://tachiyomi.org/extensions/
- I will fill out the title and the information in this template

View File

@ -11,7 +11,7 @@ I acknowledge that:
- I have updated to the latest version of the app (stable is v0.10.6)
- I have updated all extensions
- If this is an issue with the app itself, that I should be opening an issue in https://github.com/inorichi/tachiyomi
- If this is an issue with the app itself, that I should be opening an issue in https://github.com/tachiyomiorg/tachiyomi
- I have searched the existing issues for duplicates
- For source requests, I have checked the list of existing extensions including the multi-source spreadsheet: https://tachiyomi.org/extensions/
- I will fill out the title and the information in this template

View File

@ -11,7 +11,7 @@ I acknowledge that:
- I have updated to the latest version of the app (stable is v0.10.6)
- I have updated all extensions
- If this is an issue with the app itself, that I should be opening an issue in https://github.com/inorichi/tachiyomi
- If this is an issue with the app itself, that I should be opening an issue in https://github.com/tachiyomiorg/tachiyomi
- I have searched the existing issues and this is new ticket **NOT** a duplicate or related to another open issue
- For source requests, I have checked the list of existing extensions including the multi-source spreadsheet: https://tachiyomi.org/extensions/
- I will fill out the title and the information in this template

View File

@ -58,7 +58,7 @@ jobs:
configuration-cache-enabled: true
- name: Sign APKs
if: github.event_name == 'push' && github.repository == 'inorichi/tachiyomi-extensions'
if: github.event_name == 'push' && github.repository == 'tachiyomiorg/tachiyomi-extensions'
run: |
cd master
./.github/scripts/sign-apks.sh \
@ -68,20 +68,20 @@ jobs:
${{ secrets.KEY_PASSWORD }}
- name: Create repo artifacts
if: github.event_name == 'push' && github.repository == 'inorichi/tachiyomi-extensions'
if: github.event_name == 'push' && github.repository == 'tachiyomiorg/tachiyomi-extensions'
run: |
cd master
./.github/scripts/create-repo.sh
- name: Checkout repo branch
if: github.event_name == 'push' && github.repository == 'inorichi/tachiyomi-extensions'
if: github.event_name == 'push' && github.repository == 'tachiyomiorg/tachiyomi-extensions'
uses: actions/checkout@v2
with:
ref: repo
path: repo
- name: Deploy repo
if: github.event_name == 'push' && github.repository == 'inorichi/tachiyomi-extensions'
if: github.event_name == 'push' && github.repository == 'tachiyomiorg/tachiyomi-extensions'
run: |
cd repo
../master/.github/scripts/commit-repo.sh