Add allowed endpoints

This commit is contained in:
Varun Sharma 2021-11-07 12:29:23 -08:00
commit f9af5c0b39
3 changed files with 3 additions and 1 deletions

1
dist/pre/index.js vendored
View file

@ -2401,6 +2401,7 @@ var __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _argume
correlation_id: correlation_id,
working_directory: process.env["GITHUB_WORKSPACE"],
api_url: api_url,
allowed_endpoints: core.getInput("allowed-endpoints"),
};
const confgStr = JSON.stringify(confg);
external_child_process_namespaceObject.execSync("sudo mkdir -p /home/agent");

File diff suppressed because one or more lines are too long

View file

@ -23,6 +23,7 @@ import { v4 as uuidv4 } from "uuid";
correlation_id: correlation_id,
working_directory: process.env["GITHUB_WORKSPACE"],
api_url: api_url,
allowed_endpoints: core.getInput("allowed-endpoints"),
};
const confgStr = JSON.stringify(confg);