remove mention of yaml parameter

This commit is contained in:
ibrahim0814
2020-03-04 18:02:42 -08:00
parent 6ec347819d
commit 49c86d6a5f
4 changed files with 18 additions and 33519 deletions

View File

@@ -9,7 +9,6 @@ try {
const token = core.getInput("token");
const flags = core.getInput("flags");
const file = core.getInput("file");
const yml = core.getInput("yml");
fail_ci = core.getInput("fail_ci_if_error").toLowerCase();
if (
@@ -68,8 +67,7 @@ try {
execArgs.push(
"-n", `${name}`,
"-F", `${flags}`,
"-y", `${yml}`
"-F", `${flags}`
);
if (fail_ci) {