Skip to content

Commit

Permalink
FIX: build
Browse files Browse the repository at this point in the history
  • Loading branch information
ommyjay committed Apr 1, 2022
1 parent ee9a4f2 commit aa1663c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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 dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ async function run(): Promise<void> {
const postToDevToBlogResponse = await devTo.postToDevToBlog(
devToArticleData
)
core.debug('Output result_json:\n' + postToDevToBlogResponse)
core.debug(`Output result_json:\n ${postToDevToBlogResponse}`)
core.setOutput('post_to_devto_blog_response', postToDevToBlogResponse)
} catch (error) {
if (error instanceof Error) core.setFailed(error.message)
Expand Down

0 comments on commit aa1663c

Please sign in to comment.