Skip to content

Commit

Permalink
enable publish
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamVe committed Dec 15, 2023
1 parent a2e85b6 commit 95545b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/publish-spotbugs-reports/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35484,7 +35484,7 @@ async function run() {
for (let annotation of annotations) {
console.log(`Annotation: ${JSON.stringify(annotation, null, 4)}`)
}
// await publishCheckRun(annotations)
await publishCheckRun(annotations)
} catch (error) {
core.setFailed(error.message)
}
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/publish-spotbugs-reports/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ async function run() {
for (let annotation of annotations) {
console.log(`Annotation: ${JSON.stringify(annotation, null, 4)}`)
}
// await publishCheckRun(annotations)
await publishCheckRun(annotations)
} catch (error) {
core.setFailed(error.message)
}
Expand Down

0 comments on commit 95545b0

Please sign in to comment.