re-use title from previous content
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-10-26 16:16:00 +11:00
parent 220eca018c
commit 0fcbed1465

View File

@@ -354,7 +354,7 @@ func main() {
data := &goconfluence.Content{
ID: *cPageId,
Type: "page",
Title: "VMs with SCSI Bus Sharing",
Title: c.Title,
Body: goconfluence.Body{
Storage: goconfluence.Storage{
Value: newContent,