actions-marketplace-validations/Crawl Tailwind UI
Automate the crawling and cataloging of the Tailwind UI components
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| Your tailwindui.com account email address | yes | — | |
| password | Your tailwindui.com account password | yes | — |
| token | GitHub Token | no | ${{ github.token }} |
| output | The repository to push the crawler output to (defaults to the current repository) | no | ${{ github.repository }} |
| outputfolder | The folder to output the crawled components in the output repository | no | ./ |
| commitmessage | The commit message to use when updating the output repository | no | Update tailwindui.com |
| current_branch | The branch in the current repository where .env can be found | no | master |
| branch | The branch to commit to when updating the output repository | no | master |
| force | Whether or not to force push when updating the output repository | no | false |
| actor | The git actor (defaults to the current user) | no | ${{ github.actor }} |
| repository | The workspace repository (repository with .env) (defaults to the current repository) | no | ${{ github.repository }} |
| crawler | The repository of the crawler (defaults to 'kiliman/tailwindui-crawler') | no | kiliman/tailwindui-crawler |
| crawlerref | The ref (branch, tag or SHA) to checkout of the crawler | no | master |
Outputs
no outputs