We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13489e0 commit 7a05689Copy full SHA for 7a05689
.github/workflows/hugo-updates.yml
@@ -2,7 +2,9 @@ on:
2
schedule:
3
# * is a special character in YAML so you have to quote this string
4
- cron: '0 12 1 * *'
5
-
+
6
+name: hugo-update
7
8
jobs:
9
hugo-update:
10
name: hugo-update
0 commit comments