{
  "$schema": "http://json-schema.org/schema",
  "version": 2,
  "title": "Push executor",
  "description": "",
  "type": "object",
  "properties": {
    "dryRun": {
      "type": "boolean",
      "description": "If true, the executor will not actually push the changes to the remote repository."
    }
  },
  "required": []
}
