add web hook, action tweaks (#8723)

This commit is contained in:
hailey
2025-07-25 12:39:43 -07:00
committed by GitHub
parent 4d210e33cf
commit 810918b434
2 changed files with 33 additions and 9 deletions
+9
View File
@@ -1 +1,10 @@
export function useOTAUpdates() {}
export function useApplyPullRequestOTAUpdate() {
return {
tryApplyUpdate: () => {},
revertToEmbedded: () => {},
isCurrentlyRunningPullRequestDeployment: false,
currentChannel: 'web-build',
pending: false,
}
}