Log matrix input
This commit is contained in:
parent
44ae944a29
commit
9de6c31571
3 changed files with 3 additions and 1 deletions
1
lib/init-action-post.js
generated
1
lib/init-action-post.js
generated
|
|
@ -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}`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue