Skip to content

Commit 9d6f9fe

Browse files
authored
readme
1 parent ddd7cf1 commit 9d6f9fe

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

.github/workflows/data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: flatsheet
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '0 * * * *'
6+
- cron: '0 0,12 * * *'
77

88
jobs:
99
scheduled:

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1-
# flat-sheet
1+
# flat-sheet
2+
3+
Example repo for <https://docs.sheetjs.com/docs/demos/hosting/github>
4+
5+
The example action is set to run at midnight and noon using the cron expression
6+
7+
```yaml
8+
on:
9+
schedule:
10+
- cron: '0 0,12 * * *'
11+
```
12+
13+
[crontab guru](https://crontab.guru/#0_0,12_*_*_*) describes the expression as
14+
15+
> At minute 0 past hour 0 and 12.
16+
17+
Log retention is set to 1 day.

0 commit comments

Comments
 (0)