Skip to content
Permalink
45a1fdcbfe
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
View runs Go to file
Greg Brimble Update default.yml
Latest commit 45a1fdc Apr 15, 2021 History
0 contributors

Users who have contributed to this file

24 lines (22 sloc) 645 Bytes
name: Example/Test
on:
workflow_dispatch:
push:
schedule:
- cron: "0 0 * * *" # Every day at midnight
jobs:
test:
name: Example/Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run crawler
uses: gregbrimble/tailwindui-crawler-action@master
with:
email: ${{ secrets.TAILWINDUI_EMAIL}}
password: ${{ secrets.TAILWINDUI_PASSWORD }}
# The following are optional (see the README.md for more info)
token: ${{ secrets.TOKEN }}
output: GregBrimble/tailwindui
repository: GregBrimble/tailwindui