stages/ostree.deploy: add description for commits input

This commit is contained in:
Dusty Mabe 2023-10-13 11:51:35 -04:00
parent dd2aa57987
commit 49acf488af

View file

@ -89,6 +89,7 @@ SCHEMA_2 = """
"properties": {
"commits": {
"type": "object",
"description": "OStree commit to deploy",
"additionalProperties": true
}
}