Skip to content

Commit

Permalink
Hide Results
Browse files Browse the repository at this point in the history
  • Loading branch information
smashedr committed Aug 7, 2024
1 parent c72ea0b commit 9cf8d0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27207,8 +27207,8 @@ const dotenv = __nccwpck_require__(2437)
} else {
return core.setFailed(`Invalid type: ${type}`)
}
console.log('data:', data)
console.log('result:', result)
// console.log('data:', data)
// console.log('result:', result)

// Write File
if (dest) {
Expand Down
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ const dotenv = require('dotenv')
} else {
return core.setFailed(`Invalid type: ${type}`)
}
console.log('data:', data)
console.log('result:', result)
// console.log('data:', data)
// console.log('result:', result)

// Write File
if (dest) {
Expand Down

0 comments on commit 9cf8d0b

Please sign in to comment.