mirror of
https://github.com/johndoe6345789/AutoMetabuilder.git
synced 2026-05-06 11:39:38 +00:00
Delete backend/autometabuilder/plugins and convert all backend functions to workflow plugins
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
@@ -8,4 +8,6 @@ def run(runtime, _inputs):
|
||||
msgs = runtime.context.get("msgs", {})
|
||||
|
||||
gh = create_github_integration(token, msgs)
|
||||
# Store in both store (for workflow) and context (for other plugins)
|
||||
runtime.context["gh"] = gh
|
||||
return {"result": gh, "initialized": gh is not None}
|
||||
|
||||
Reference in New Issue
Block a user