Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ13th committed Jan 31, 2024
1 parent 271110b commit d3f0f79
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,10 @@ async function run() {
console.log(`Repository id: ${newRepoPageId}`)

if (failed_import_links.size) {
core.setOutput('failed_import_links', Array.from(failed_import_links.keys()))
core.setOutput(
'failed_import_links',
Array.from(failed_import_links.keys())
)
}
core.setOutput('repository_id', newRepoPageId)
} catch (error) {
Expand Down

0 comments on commit d3f0f79

Please sign in to comment.