diff --git a/run-build-for-gh-deps.sh b/run-build-for-gh-deps.sh index dc0db9036..645f1286f 100644 --- a/run-build-for-gh-deps.sh +++ b/run-build-for-gh-deps.sh @@ -19,7 +19,7 @@ log "Current directory: $(pwd)" run_command "rm -rf frontend-platform" run_command "mkdir frontend-platform" || exit run_command "ls -l" -run_command "git clone -b Peter_Kulko/design-tokens-support --single-branch https://github.com/raccoongang/frontend-platform.git frontend-platform-temp" +run_command "git clone -b dcoa/design-tokens-support --single-branch https://github.com/eduNEXT/frontend-platform.git frontend-platform-temp" run_command "cd frontend-platform-temp" || exit log "Current directory: $(pwd)" run_command "cat package.json" || exit