mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
fix(lint): preserve release validation parse cause
This commit is contained in:
@@ -461,6 +461,7 @@ export function assertTrustedWorkflowHarness(
|
||||
} catch (error) {
|
||||
throw new Error(
|
||||
`Tooling SHA ${workflowSha} contains invalid ${TRUSTED_WORKFLOW_PATH}: ${error instanceof Error ? error.message : String(error)}`,
|
||||
{ cause: error },
|
||||
);
|
||||
}
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user