Fix an invalid schedule example (#7807)

This commit is contained in:
Chris McCafferty 2020-11-24 17:23:02 -05:00 committed by GitHub
parent d09855e615
commit 95681819c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1698,7 +1698,7 @@ You could then configure a schedule like this at the repository level:
```json
{
"schedule": ["after 10pm and before 5am on every weekday", "every weekend"]
"schedule": ["after 10pm and before 5am every weekday", "every weekend"]
}
```