Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing indentation on README.md
  • Loading branch information
Greg Brimble authored and GitHub committed Apr 25, 2020
1 parent 1985357 commit aca597a
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Expand Up @@ -14,21 +14,21 @@
```yml
name: Update
on:
push:
schedule:
- cron: "0 0 * * *" # Every day at midnight
schedule:
- cron: "0 0 * * *" # Every day at midnight

jobs:
deploy:
name: Update
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run crawler
uses: gregbrimble/tailwindui-crawler-action@v1.0.0
with:
email: ${{ secrets.TAILWINDUI_EMAIL }}
password: ${{ secrets.TAILWINDUI_PASSWORD }}
update:
name: Update
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run crawler
uses: gregbrimble/tailwindui-crawler-action@v1.0.0
with:
email: ${{ secrets.TAILWINDUI_EMAIL}}
password: ${{ secrets.TAILWINDUI_PASSWORD }}
```

Read more about the schedule cron syntax in [the official GitHub Actions documentation](https://help.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events-schedule).
Expand Down

0 comments on commit aca597a

Please sign in to comment.