Log matrix input

This commit is contained in:
Henry Mercer 2022-11-22 18:47:29 +00:00
parent 44ae944a29
commit 9de6c31571
3 changed files with 3 additions and 1 deletions

View file

@ -31,6 +31,7 @@ const initActionPostHelper = __importStar(require("./init-action-post-helper"));
async function runWrapper() {
try {
await initActionPostHelper.run(debugArtifacts.uploadDatabaseBundleDebugArtifact, debugArtifacts.uploadLogsDebugArtifact, actionsUtil.printDebugLogs);
console.log(actionsUtil.getRequiredInput("matrix"));
}
catch (error) {
core.setFailed(`init post-action step failed: ${error}`);