Skip to content

Commit 517e776

Browse files
added scheduling example in README
1 parent 0f0d5f0 commit 517e776

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ pr_url:
3131
```yaml
3232
name: Update Code.json
3333
on:
34-
schedule: 0 0 1 * * # Example of running first day of every month
34+
schedule:
35+
- cron: 0 0 1 * * # First day of every month
3536
workflow_dispatch:
3637

3738
permissions:

0 commit comments

Comments
 (0)