We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1572bb6 commit 0be5eadCopy full SHA for 0be5ead
.github/workflows/update-readme.yml
@@ -2,6 +2,9 @@ name: Update README
2
3
on:
4
workflow_dispatch:
5
+
6
+ schedule:
7
+ - cron: '0 0 * * *'
8
9
jobs:
10
update-readme:
0 commit comments