[GH-ISSUE #90] Actions无法安装 #61

Open
opened 2026-02-26 12:17:49 +03:00 by kerem · 0 comments
Owner

Originally created by @seaoss on GitHub (Jan 17, 2026).
Original GitHub issue: https://github.com/beilunyang/moemail/issues/90

Migration failed: Error: Command failed: wrangler d1 migrations apply *** --remote
✘ [ERROR] Processing wrangler.json configuration:

- Expected "name" to be of type string, alphanumeric and lowercase with dashes only but got "***".

🪵 Logs were written to "/home/runner/.config/.wrangler/logs/wrangler-2026-01-17_10-21-21_392.log"

at genericNodeError (node:internal/errors:984:15)
at wrappedFn (node:internal/errors:538:14)
at ChildProcess.exithandler (node:child_process:422:12)
at ChildProcess.emit (node:events:524:28)
at maybeClose (node:internal/child_process:1104:16)
at ChildProcess._handle.onexit (node:internal/child_process:304:5) {

code: 1,
killed: false,
signal: null,
cmd: 'wrangler d1 migrations apply *** --remote',
stdout: '\n' +
'\n' +
'Cloudflare collects anonymous telemetry about your usage of Wrangler. Learn more at https://github.com/cloudflare/workers-sdk/tree/main/packages/wrangler/telemetry.md\n',
stderr: '\x1B[31m✘ \x1B[41;31m[\x1B[41;97mERROR\x1B[41;31m]\x1B[0m \x1B[1mProcessing wrangler.json configuration:\x1B[0m\n' +
'\n' +
' - Expected "name" to be of type string, alphanumeric and lowercase with dashes only but got "".\n' +
'\n' +
'\n' +
'🪵 Logs were written to "/home/runner/.config/.wrangler/logs/wrangler-2026-01-17_10-21-21_392.log"\n'
}
 ELIFECYCLE  Command failed with exit code 1.
Database migration failed: Error: Command failed: pnpm run db:migrate-remote
at genericNodeError (node:internal/errors:984:15)
at wrappedFn (node:internal/errors:538:14)
at checkExecSyncError (node:child_process:891:11)
at execSync (node:child_process:963:15)
at migrateDatabase (/home/runner/work/
//scripts/deploy/index.ts:205:5)
at main (/home/runner/work/
//scripts/deploy/index.ts:446:5) {
status: 1,
signal: null,
output: [ null, null, null ],
pid: 2424,
stdout: null,
stderr: null
}
Deployment failed: Error: Command failed: pnpm run db:migrate-remote
at genericNodeError (node:internal/errors:984:15)
at wrappedFn (node:internal/errors:538:14)
at checkExecSyncError (node:child_process:891:11)
at execSync (node:child_process:963:15)
at migrateDatabase (/home/runner/work/
//scripts/deploy/index.ts:205:5)
at main (/home/runner/work/
/***/scripts/deploy/index.ts:446:5) {
status: 1,
signal: null,
output: [ null, null, null ],
pid: 2424,
stdout: null,
stderr: null
}
Error: Process completed with exit code 1.

Originally created by @seaoss on GitHub (Jan 17, 2026). Original GitHub issue: https://github.com/beilunyang/moemail/issues/90 Migration failed: Error: Command failed: wrangler d1 migrations apply *** --remote ✘ [ERROR] Processing wrangler.json configuration: - Expected "name" to be of type string, alphanumeric and lowercase with dashes only but got "***". 🪵 Logs were written to "/home/runner/.config/.wrangler/logs/wrangler-2026-01-17_10-21-21_392.log" at genericNodeError (node:internal/errors:984:15) at wrappedFn (node:internal/errors:538:14) at ChildProcess.exithandler (node:child_process:422:12) at ChildProcess.emit (node:events:524:28) at maybeClose (node:internal/child_process:1104:16) at ChildProcess._handle.onexit (node:internal/child_process:304:5) { code: 1, killed: false, signal: null, cmd: 'wrangler d1 migrations apply *** --remote', stdout: '\n' + '\n' + 'Cloudflare collects anonymous telemetry about your usage of Wrangler. Learn more at [https://github.com/cloudflare/workers-sdk/tree/main/packages/wrangler/telemetry.md\n](https://github.com/cloudflare/workers-sdk/tree/main/packages/wrangler/telemetry.md/n)', stderr: '\x1B[31m✘ \x1B[41;31m[\x1B[41;97mERROR\x1B[41;31m]\x1B[0m \x1B[1mProcessing wrangler.json configuration:\x1B[0m\n' + '\n' + ' - Expected "name" to be of type string, alphanumeric and lowercase with dashes only but got "***".\n' + '\n' + '\n' + '🪵 Logs were written to "/home/runner/.config/.wrangler/logs/wrangler-2026-01-17_10-21-21_392.log"\n' }  ELIFECYCLE  Command failed with exit code 1. ❌ Database migration failed: Error: Command failed: pnpm run db:migrate-remote at genericNodeError (node:internal/errors:984:15) at wrappedFn (node:internal/errors:538:14) at checkExecSyncError (node:child_process:891:11) at execSync (node:child_process:963:15) at migrateDatabase (/home/runner/work/***/***/scripts/deploy/index.ts:205:5) at main (/home/runner/work/***/***/scripts/deploy/index.ts:446:5) { status: 1, signal: null, output: [ null, null, null ], pid: 2424, stdout: null, stderr: null } ❌ Deployment failed: Error: Command failed: pnpm run db:migrate-remote at genericNodeError (node:internal/errors:984:15) at wrappedFn (node:internal/errors:538:14) at checkExecSyncError (node:child_process:891:11) at execSync (node:child_process:963:15) at migrateDatabase (/home/runner/work/***/***/scripts/deploy/index.ts:205:5) at main (/home/runner/work/***/***/scripts/deploy/index.ts:446:5) { status: 1, signal: null, output: [ null, null, null ], pid: 2424, stdout: null, stderr: null } Error: Process completed with exit code 1.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/moemail#61
No description provided.