Skip to content

feat: add workspace pause tips #338

feat: add workspace pause tips

feat: add workspace pause tips #338

Triggered via push November 16, 2024 17:20
Status Failure
Total duration 58s
Artifacts

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
ci
Argument of type '{ id: string; workspaceId: string; name: string; type: string; active: true; interval: number; maxRetries: number; trendingMode: false; createdAt: Date; updatedAt: Date; payload: { hostname: string; resolverServer: string; resolverPort: number; rrtype: string; }; }' is not assignable to parameter of type 'ExactType<{ id: string; workspaceId: string; name: string; type: string; active: boolean; interval: number; maxRetries: number; payload: CommonPayload; trendingMode: boolean; recentError: string | null; createdAt: Date; updatedAt: Date; }, { ...; }>'.
ci
Process completed with exit code 2.
ci
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, pnpm/action-setup@v2, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/