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
 
 
Cannot retrieve contributors at this time
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