Skip to content

Commit

Permalink
fix(gh-webhook): create release for enabled app source
Browse files Browse the repository at this point in the history
  • Loading branch information
BreadGenie committed Jul 10, 2024
1 parent 165fcb4 commit 997ba13
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ def create_app_release(self, payload):
"branch": self.branch,
"repository": self.repository,
"repository_owner": self.repository_owner,
"enabled": 1,
},
["name", "app"],
as_dict=True,
Expand Down

0 comments on commit 997ba13

Please sign in to comment.