Skip to content

Commit 9511db4

Browse files
committed
build
1 parent 987f5aa commit 9511db4

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

dist/index.js

Lines changed: 21 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export async function run(): Promise<void> {
7474
}
7575
console.log(JSON.stringify(reports))
7676
console.log(apiConfig)
77-
// await sendToApi(reports, apiConfig)
77+
await sendToApi(reports, apiConfig)
7878
core.setOutput('reports', JSON.stringify(reports))
7979
} catch (error) {
8080
if (error instanceof Error) core.setFailed(error.message)

0 commit comments

Comments
 (0)