We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd3c801 commit ccaf959Copy full SHA for ccaf959
1 file changed
build.sh
@@ -5,7 +5,7 @@ gitAuthor="The OpenList Projects Contributors <noreply@openlist.team>"
5
gitCommit=$(git log --pretty=format:"%h" -1)
6
7
# Set frontend repository, default to OpenListTeam/OpenList-Frontend
8
-frontendRepo="${FRONTEND_REPO:-OpenListTeam/OpenList-Frontend}"
+frontendRepo="${FRONTEND_REPO:-nbtca/OpenList-Frontend}"
9
10
githubAuthArgs=""
11
if [ -n "$GITHUB_TOKEN" ]; then
0 commit comments