fix repo env
All checks were successful
release / Release (push) Successful in 6m49s

This commit is contained in:
2026-03-03 21:18:54 +09:00
parent 3a58b8243d
commit 800e16cc02

View File

@@ -16,8 +16,8 @@ WORK="${HOME}/aios-pkg"
if [ ! -d "$REPO_DIR/.git" ]; then
git clone git@git.syui.ai:ai/repo.git "$REPO_DIR"
cd "$REPO_DIR"
git config user.email 'syui@syui.ai'
git config user.name 'syui'
git config user.email $USER_EMAIL
git config user.name $USER_NAME
fi
cd "$REPO_DIR"