Skip to content

Commit 8cbd986

Browse files
authored
Update mirror-branch.yml for workflow_dispatch syntax
1 parent fd65558 commit 8cbd986

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Mirror Branch
22
on:
33
schedule:
44
- cron: "0 0 * * *" # Runs every day at midnight
5-
workflow_dispatch: # Allows manual trigger
5+
workflow_dispatch: {} # Allows manual trigger
66

77
jobs:
88
mirror:

0 commit comments

Comments
 (0)