Skip to content

docs: comprehensive README with all sections #1

docs: comprehensive README with all sections

docs: comprehensive README with all sections #1

Triggered via push June 20, 2026 04:20
Status Failure
Total duration 26s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
release: src/channel.ts#L190
Binding element 'to' implicitly has an 'any' type.
release: src/channel.ts#L182
Binding element 'to' implicitly has an 'any' type.
release: src/channel.ts#L154
Type 'string | null | undefined' is not assignable to type 'string | undefined'.
release: src/channel.ts#L144
Type '{ attachedResults: { channel: string; sendText: ({ to, text, accountId, replyToId }: ChannelOutboundContext) => Promise<{ channel: string; messageId: string; conversationId: string; }>; sendMedia: ({ to, mediaUrl, accountId }: ChannelOutboundContext) => Promise<...>; }; }' is not assignable to type 'ChannelOutboundAdapter | ChatChannelAttachedOutboundOptions | undefined'.
release: src/channel.ts#L107
Binding element 'conversationId' implicitly has an 'any' type.
release: src/channel.ts#L88
Binding element 'input' implicitly has an 'any' type.
release: src/channel.ts#L88
Binding element 'accountId' implicitly has an 'any' type.
release: src/channel.ts#L88
Binding element 'cfg' implicitly has an 'any' type.
release: index.ts#L12
The inferred type of 'default' cannot be named without a reference to './node_modules/openclaw/dist/plugin-sdk/types.config-D1pSqbn8.js'. This is likely not portable. A type annotation is necessary.
release: index.ts#L12
The inferred type of 'default' cannot be named without a reference to './node_modules/openclaw/dist/plugin-sdk/types-Tcpca_5M.js'. This is likely not portable. A type annotation is necessary.
release
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/