fix: resolve CI workflow and file structure issues
Some checks failed
/ test (push) Has been cancelled

This commit is contained in:
2026-02-03 08:19:37 +00:00
parent 9e4a666b0b
commit 36c50764a8

View File

@@ -141,7 +141,7 @@ export function createMergeCommand(): Command {
console.log(chalk.gray('─'.repeat(50))); console.log(chalk.gray('─'.repeat(50)));
console.log(chalk.cyan('\n✨ You can now delete the workspace with:')); console.log(chalk.cyan('\n✨ You can now delete the workspace with:'));
console.log(` ${chalk.white(`git-agent-sync destroy ${sanitizedName}`)}`); console.log(` ${chalk.white(\`git-agent-sync destroy ${sanitizedName}\`)}`);
} catch (error) { } catch (error) {
if (error instanceof MergeConflictError) { if (error instanceof MergeConflictError) {