mirror of
https://github.com/beilunyang/moemail.git
synced 2026-04-25 03:25:47 +03:00
[GH-ISSUE #90] Actions无法安装 #61
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/moemail#61
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
🪵 Logs were written to "/home/runner/.config/.wrangler/logs/wrangler-2026-01-17_10-21-21_392.log"
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.