Skip to content

Commit 5f7943b

Browse files
committed
update-deps.yml: Replaced non-ascii dashes / hyphens with ascii equivalent
Signed-off-by: Ole Herman Schumacher Elgesem <ole@northern.tech>
1 parent 8d91f5d commit 5f7943b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/update-deps.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
schedule:
55
- cron: "0 7 * * 1" # Run every Monday at 7am UTC
66
# | | | | |
7-
# | | | | day of the week (06) (Sunday to Saturday)
8-
# | | | month (112)
9-
# | | day of the month (131)
10-
# | hour (023)
11-
# minute (059)
7+
# | | | | day of the week (0-6) (Sunday to Saturday)
8+
# | | | month (1-12)
9+
# | | day of the month (1-31)
10+
# | hour (0-23)
11+
# minute (0-59)
1212
workflow_dispatch: # Enables manual trigger
1313

1414
jobs:

0 commit comments

Comments
 (0)