feat: add git reference support for scenario previews; implement git ref handling in admin router and frontend
This commit is contained in:
@@ -30,6 +30,7 @@ export interface GatewayAdminActionRecord {
|
||||
} | null;
|
||||
openAt?: string | null;
|
||||
preopenAt?: string | null;
|
||||
gitRef?: string | null;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user