Skip to content

Commit 195b048

Browse files
authored
fix(amplify-urls): fix bot comment [DEVOP-670] (#106)
1 parent 7f38700 commit 195b048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/actions/pullRequest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ exports.validatePR = async function validatePR({ pullRequest, issue }) {
7171
hiddenAmplifyUris && hiddenAmplifyUris.length > 0
7272
? `\n<details><summary>More uris</summary>
7373
74-
- ${hiddenAmplifyUris.join("\n - ")}
74+
- ${hiddenAmplifyUris.map((item) => item.url).join("\n - ")}
7575
7676
</details>`
7777
: "";

0 commit comments

Comments
 (0)