fix: needsPromotion fixed in deploy github actions (#1741)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"trigger.dev": patch
|
||||
---
|
||||
|
||||
Fixes needsPromotion github action output
|
||||
@@ -501,7 +501,7 @@ async function _deployCommand(dir: string, options: DeployCommandOptions) {
|
||||
testUrl: `${authorization.dashboardUrl}/projects/v3/${
|
||||
resolvedConfig.project
|
||||
}/test?environment=${options.env === "prod" ? "prod" : "stg"}`,
|
||||
needsPromotion: options.skipPromotion ? "false" : "true",
|
||||
needsPromotion: options.skipPromotion ? "true" : "false",
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user