chore: workflow sync with hash (#4250)

This commit is contained in:
zxhlyh
2024-05-10 14:48:20 +08:00
committed by GitHub
parent f49c99937c
commit a1ab87107b
8 changed files with 74 additions and 22 deletions

View File

@@ -48,6 +48,7 @@ export type FetchWorkflowDraftResponse = {
name: string
email: string
}
hash: string
updated_at: number
}