Skip to content

Commit

Permalink
Log matrix input
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Mercer committed Nov 25, 2022
1 parent 44ae944 commit 9de6c31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/init-action-post.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/init-action-post.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/init-action-post.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ async function runWrapper() {
debugArtifacts.uploadLogsDebugArtifact,
actionsUtil.printDebugLogs
);
console.log(actionsUtil.getRequiredInput("matrix"));
} catch (error) {
core.setFailed(`init post-action step failed: ${error}`);
console.log(error);
Expand Down

0 comments on commit 9de6c31

Please sign in to comment.