Skip to content

Commit

Permalink
DOC Add lines-breaks to example
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Jun 22, 2022
1 parent 8e770d4 commit d9b04f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ There are no inputs for configuring this action - just define your schedule so t
**.github/workflows/keepalive.yml**
```yml
name: Keepalive

on:
# Run on a schedule of once per month
schedule:
- cron: '0 0 1 * *'
workflow_dispatch:

jobs:
keepalive:
name: Keepalive
Expand Down

0 comments on commit d9b04f1

Please sign in to comment.