Skip to content

Commit

Permalink
fix: Fix gitlab_sync history status type mismatch (#363)
Browse files Browse the repository at this point in the history
* fix(schemas): Fix gitlab_sync type mismatch

Signed-off-by: Matheus Horstmann <>

* Update compiled.json params

---------

Signed-off-by: Matheus Horstmann <>
Co-authored-by: Matheus Horstmann <>
Co-authored-by: Sönke Behrendt <soenke.behrendt@gmail.com>
  • Loading branch information
horstmannmat and theSoenke authored Jul 28, 2023
1 parent 126e4f4 commit ebcaa4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/compiled.json
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@
"title": "gitlab_sync_history",
"properties": {
"status": {
"type": "integer"
"type": "string"
},
"action": {
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion schemas/gitlab_sync_history.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gitlab_sync_history:
title: gitlab_sync_history
properties:
status:
type: integer
type: string
action:
type: string
errors:
Expand Down

0 comments on commit ebcaa4e

Please sign in to comment.