This commit is contained in:
Colin McDonnell
2025-12-02 19:29:09 -08:00
parent 997aa9b99a
commit 3986fe8e40
4 changed files with 54 additions and 17 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ export type PayloadEvent =
[key: string]: any;
}
| {
trigger: "unknown";
trigger: "workflow_dispatch";
[key: string]: any;
};