Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
renanvy committed Aug 4, 2023
1 parent df37a21 commit 5ee03a6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9529,7 +9529,6 @@ function runStepsEvaluator(pathList) {
const outputBase64 = parserJSONtoBase64(json)

core.setOutput('result', outputBase64)
core.setFailed(`Action failed with error: ${outputBase64}`)
} catch(error) {
core.setFailed(`Action failed with error: ${error}`)
}
Expand Down
1 change: 0 additions & 1 deletion src/controller/evaluator.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ function runStepsEvaluator(pathList) {
const outputBase64 = parserJSONtoBase64(json)

core.setOutput('result', outputBase64)
core.setFailed(`Action failed with error: ${outputBase64}`)
} catch(error) {
core.setFailed(`Action failed with error: ${error}`)
}
Expand Down

0 comments on commit 5ee03a6

Please sign in to comment.