fix(workflow): fix workflow entries not appearing (#1581)
This commit is contained in:
parent
317cc1218f
commit
95c8de0029
@ -103,6 +103,7 @@ export default class GitGateway {
|
|||||||
tokenPromise: this.tokenPromise,
|
tokenPromise: this.tokenPromise,
|
||||||
commitAuthor: pick(userData, ["name", "email"]),
|
commitAuthor: pick(userData, ["name", "email"]),
|
||||||
squash_merges: this.squash_merges,
|
squash_merges: this.squash_merges,
|
||||||
|
initialWorkflowStatus: this.options.initialWorkflowStatus,
|
||||||
};
|
};
|
||||||
|
|
||||||
if (this.backendType === "github") {
|
if (this.backendType === "github") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user