Skip to content

Commit

Permalink
console log action output
Browse files Browse the repository at this point in the history
  • Loading branch information
greaka committed Oct 31, 2023
1 parent 6223de2 commit 937049e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

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

2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function fetchInputs() {

function setOutput(matrix: string[], fallback = false) {
const matrix_string = JSON.stringify(matrix);
core.debug(`
console.log(`
Output:
matrix: ${matrix_string}
fallback: ${fallback}
Expand Down

0 comments on commit 937049e

Please sign in to comment.