Skip to content

Commit

Permalink
docs: cron schedule and comment in the example don't match (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccatterina authored Oct 21, 2023
1 parent 04c70fd commit 7778ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ name: Delete old container images

on:
schedule:
- cron: "0 0 1 * *" # every day at midnight
- cron: "0 0 * * *" # every day at midnight


jobs:
Expand Down

0 comments on commit 7778ed0

Please sign in to comment.