Skip to content

Commit 350cd85

Browse files
committed
fix(scp): fix bad scp logic
1 parent 544f84f commit 350cd85

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/wordlists.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: generate and commit wordlists
22
on: workflow_dispatch
3-
# on:
4-
# schedule:
5-
# - cron: "00 12 28 * *" # At 12:00 on day-of-month 28.
3+
on:
4+
schedule:
5+
- cron: "00 12 27 * *" # At 12:00 on day-of-month 27.
66

77

88
jobs:

0 commit comments

Comments
 (0)