Fix naming of the preview repo
This commit is contained in:
parent
bc6b4d4be6
commit
b3b0c39163
@ -11,7 +11,7 @@ jobs:
|
||||
- name: PING - Dispatch initiating repository event
|
||||
if: github.event.action != 'pong'
|
||||
run: |
|
||||
curl -X POST https://api.github.com/repos/jobobby04/TachiyomiSYPrieview/dispatches \
|
||||
curl -X POST https://api.github.com/repos/jobobby04/TachiyomiSYPreview/dispatches \
|
||||
-H 'Accept: application/vnd.github.everest-preview+json' \
|
||||
-u ${{ secrets.ACCESS_TOKEN }} \
|
||||
--data '{"event_type": "ping", "client_payload": { "repository": "'"$GITHUB_REPOSITORY"'" }}'
|
||||
@ -19,7 +19,7 @@ jobs:
|
||||
if: github.event.action == 'pong'
|
||||
run: |
|
||||
echo "PONG received from '${{ github.event.client_payload.repository }}'" && \
|
||||
curl -X POST https://api.github.com/repos/jobobby04/TachiyomiSYPrieview/dispatches \
|
||||
curl -X POST https://api.github.com/repos/jobobby04/TachiyomiSYPreview/dispatches \
|
||||
-H 'Accept: application/vnd.github.everest-preview+json' \
|
||||
-u ${{ secrets.ACCESS_TOKEN }} \
|
||||
--data '{"event_type": "ack", "client_payload": { "repository": "'"$GITHUB_REPOSITORY"'" }}'
|
@ -27,6 +27,6 @@ interface GithubService {
|
||||
@GET("/repos/jobobby04/tachiyomiSY/releases/latest")
|
||||
suspend fun getLatestVersion(): GithubRelease
|
||||
|
||||
@GET("/repos/jobobby04/TachiyomiSYPrieview/releases/latest")
|
||||
@GET("/repos/jobobby04/TachiyomiSYPreview/releases/latest")
|
||||
suspend fun getLatestDebugVersion(): GithubRelease
|
||||
}
|
||||
|
@ -193,7 +193,7 @@ class SettingsGeneralController : SettingsController() {
|
||||
switchPreference {
|
||||
key = Keys.eh_expandFilters
|
||||
title = "Expand all search filters by default"
|
||||
defaultValue = false
|
||||
defaultValue = false
|
||||
}
|
||||
|
||||
switchPreference {
|
||||
|
Loading…
x
Reference in New Issue
Block a user