https://github.com/sheetjs/flat-sheet
demo for https://docs.sheetjs.com/docs/demos/hosting/github
https://github.com/sheetjs/flat-sheet
Last synced: 12 months ago
JSON representation
demo for https://docs.sheetjs.com/docs/demos/hosting/github
- Host: GitHub
- URL: https://github.com/sheetjs/flat-sheet
- Owner: SheetJS
- Created: 2023-02-12T04:05:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-12T04:18:27.000Z (about 3 years ago)
- Last Synced: 2024-10-29T22:37:39.954Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://docs.sheetjs.com/docs/demos/hosting/github
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flat-sheet
Example repo for
The example action is set to run at midnight and noon using the cron expression
```yaml
on:
schedule:
- cron: '0 0,12 * * *'
```
[crontab guru](https://crontab.guru/#0_0,12_*_*_*) describes the expression as
> At minute 0 past hour 0 and 12.
Log retention is set to 1 day.