Skip to content

Commit 7e5c5a2

Browse files
committed
Change cron
1 parent c335900 commit 7e5c5a2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Test run
22

33
on:
44
schedule:
5-
- cron: '0 12 * * *'
5+
- cron: '59 23 * * *'
66
workflow_dispatch:
77

88

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Netlify Analytics Collector
2+
3+
This actions archives your analytics data from Netlify Analytics
4+
5+
See [.github/workflows](./.github/workflows) for examples.

0 commit comments

Comments
 (0)