Skip to content

Commit 3b5cd6e

Browse files
committed
Escape cron command
1 parent e691f67 commit 3b5cd6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Tests
1+
name: "Tests"
22

33
on:
44
push:
55
branches: ["master"]
66
pull_request:
77
branches: ["master"]
88
schedule:
9-
- cron: "0 0 * * 0"
9+
- cron: '0 0 * * 0'
1010

1111
jobs:
1212
test:

0 commit comments

Comments
 (0)