config: add schema for git.push configuration entry

This commit is contained in:
Samuel Tardieu 2023-02-03 00:20:07 +01:00
parent af9471e65c
commit edfa03f017

View file

@ -195,6 +195,11 @@
}
}
]
},
"push": {
"type": "string",
"description": "The remote to which commits are pushed",
"default": "origin"
}
}
},