mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 06:20:21 +00:00
fix(ci): restore green check after upstream API changes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { Skill } from "@mariozechner/pi-coding-agent";
|
||||
|
||||
export function resolveSkillSource(skill: Skill): string {
|
||||
return skill.source;
|
||||
return skill.sourceInfo.source;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user