Provisioning: commit only once staged changes (#108590)

This commit is contained in:
Roberto Jiménez Sánchez
2025-07-24 10:57:02 -05:00
committed by GitHub
parent e74b4456e4
commit 915f47befd
13 changed files with 295 additions and 99 deletions
@@ -2636,6 +2636,10 @@
"description": "The source folder (or empty) to export",
"type": "string"
},
"message": {
"description": "Message to use when committing the changes in a single commit",
"type": "string"
},
"path": {
"description": "Prefix in target file system",
"type": "string"
@@ -3156,6 +3160,10 @@
"history": {
"description": "Preserve history (if possible)",
"type": "boolean"
},
"message": {
"description": "Message to use when committing the changes in a single commit",
"type": "string"
}
}
},