We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e14df commit 6058b88Copy full SHA for 6058b88
main.go
@@ -149,6 +149,8 @@ func main() {
149
}
150
151
// 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.
154
req.IndexEntry = strings.Join(indexEntries, "%0A")
155
156
// Assemble the list of Library Manager indexer logs URLs for the submissions to show in the acceptance message.
0 commit comments