Skip to content

Commit

Permalink
Merge pull request #3 from creative-commoners/pulls/1.0/line-breaks
Browse files Browse the repository at this point in the history
DOC Add lines-breaks to example
  • Loading branch information
GuySartorelli authored Jun 22, 2022
2 parents 8e770d4 + d9b04f1 commit c3007e0
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 c3007e0

Please sign in to comment.