There was an error while loading. Please reload this page.
1 parent cf5ea06 commit 69c86e7Copy full SHA for 69c86e7
1 file changed
github-actions/schedule.yaml
@@ -0,0 +1,10 @@
1
+on:
2
+ schedule:
3
+ - cron: '*/5 * * * *'
4
+
5
+jobs:
6
+ hello_world:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - name: Echo current time
10
+ run: echo "The current server time is $(date)"
0 commit comments