File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
TablePro/Core/Plugins/Registry Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136136 WORK=$(mktemp -d)
137137 eval "$(ssh-agent -s)"
138138 echo "$REGISTRY_DEPLOY_KEY" | ssh-add -
139- git clone git@github.com:TableProApp/ plugins.git "$WORK/registry"
139+ git clone git@github.com:datlechin/tablepro- plugins.git "$WORK/registry"
140140 cd "$WORK/registry"
141141
142142 # Update plugins.json via Python
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ final class RegistryClient {
2323 private static let logger = Logger ( subsystem: " com.TablePro " , category: " RegistryClient " )
2424
2525 private static let registryURL = URL ( string:
26- " https://raw.githubusercontent.com/TableProApp/ plugins/main/plugins.json " ) ! // swiftlint:disable:this force_unwrapping
26+ " https://raw.githubusercontent.com/datlechin/tablepro- plugins/main/plugins.json " ) ! // swiftlint:disable:this force_unwrapping
2727
2828 private static let manifestCacheKey = " registryManifestCache "
2929 private static let lastFetchKey = " registryLastFetch "
You can’t perform that action at this time.
0 commit comments