Skip to content

Commit cc878f8

Browse files
committed
autogen: build bundles
1 parent 51638d8 commit cc878f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

distAction/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ const mainRunner = ({ shouldIgnore, exitWithReason, issueTitle, createIssue, iss
536536

537537
I would create too many issues, here they are:
538538

539-
${JSON.stringify(issues)}
539+
${JSON.stringify(issues, null, 2)}
540540

541541
To still create them, please raise the limit temporarily, e.g. by manually triggering the workflow (see https://github.com/ory/closed-reference-notifier#manual-workflow-trigger).
542542
`)

distCli/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ const mainRunner = ({ shouldIgnore, exitWithReason, issueTitle, createIssue, iss
537537

538538
I would create too many issues, here they are:
539539

540-
${JSON.stringify(issues)}
540+
${JSON.stringify(issues, null, 2)}
541541

542542
To still create them, please raise the limit temporarily, e.g. by manually triggering the workflow (see https://github.com/ory/closed-reference-notifier#manual-workflow-trigger).
543543
`)

0 commit comments

Comments
 (0)