fix: fork pr previews

This commit is contained in:
Andras Bacsai
2022-10-03 09:48:47 +02:00
parent 755eeda364
commit 9a67cf7355
5 changed files with 9 additions and 7 deletions

View File

@@ -23,6 +23,7 @@ export interface GitHubEvents {
ref: string,
repo: {
id: string,
full_name: string,
}
}
}