Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Oct 24, 2023
1 parent edfebd5 commit 4876c2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespaces = true
# ----------------------------------------- Project Metadata -------------------------------------
#
[project]
version = "0.0.0.dev143"
version = "0.0.0.dev144"
name = "RepoDynamics"
dependencies = [
"packaging >= 23.2, < 24",
Expand Down
1 change: 1 addition & 0 deletions src/repodynamics/actions/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ def event_schedule_test(self):
return

def event_workflow_dispatch(self):
self.event_type = EventType.DISPATCH
self.action_website_announcement_update()
self.action_meta()
self.action_hooks()
Expand Down

0 comments on commit 4876c2b

Please sign in to comment.