Skip to content

Commit

Permalink
Update schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thejcannon authored and angusfretwell committed Dec 12, 2024
1 parent db77d7a commit bf0c4df
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,8 @@
"description": "GitHub commit status name",
"type": "string"
}
}
},
"additionalProperties": false
},
"if": {
"$ref": "#/definitions/if"
Expand Down Expand Up @@ -946,7 +947,8 @@
"description": "GitHub commit status name",
"type": "string"
}
}
},
"additionalProperties": false
},
"if": {
"$ref": "#/definitions/if"
Expand Down

0 comments on commit bf0c4df

Please sign in to comment.