Skip to content

Commit 0c2c4b8

Browse files
committed
debuggery
1 parent e1363c1 commit 0c2c4b8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/steps/index.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,15 @@ export async function run(
4444
payload,
4545
};
4646
const required_contexts = parseOptionalStringArrayInput("required_contexts")
47-
if (required_contexts !== undefined) {
48-
start_args["required_contexts"] = required_contexts;
49-
};
47+
// if (required_contexts !== undefined) {
48+
// start_args["required_contexts"] = required_contexts;
49+
// };
5050
const stepArgs: StartArgs = start_args;
5151
log.debug(`'${step}' arguments`, {
5252
stepArgs,
5353
coreArgs,
5454
});
55+
log.debug(`and required_contexts: ${required_contexts}`)
5556
const { deploymentID, statusID } = await createStart(
5657
github,
5758
context,

0 commit comments

Comments
 (0)