Skip to content

Commit 6058b88

Browse files
committed
Add comment explaining the requirement for using %0A a line break in output
1 parent 61e14df commit 6058b88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ func main() {
149149
}
150150

151151
// Assemble the index entry for the submissions.
152+
// Note: %0A must be used for line breaks in all strings that will be used as step/job outputs in the GitHub Actions
153+
// workflow. In that application, any text following \n is discarded.
152154
req.IndexEntry = strings.Join(indexEntries, "%0A")
153155

154156
// Assemble the list of Library Manager indexer logs URLs for the submissions to show in the acceptance message.

0 commit comments

Comments
 (0)