We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
useAllPlatformBundle
1 parent b948e56 commit d52917bCopy full SHA for d52917b
1 file changed
pr-checks/sync.ts
@@ -184,6 +184,11 @@ function main(): void {
184
}
185
186
187
+ let useAllPlatformBundle = "false"; // Default to false
188
+ if (checkSpecification.useAllPlatformBundle) {
189
+ useAllPlatformBundle = checkSpecification.useAllPlatformBundle;
190
+ }
191
+
192
// Construct the workflow steps needed for this check.
193
const steps: any[] = [
194
{
0 commit comments