Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Directories with GH Actions are not generated correctly. #88

Open
frbuceta opened this issue Nov 25, 2024 · 0 comments
Open

Directories with GH Actions are not generated correctly. #88

frbuceta opened this issue Nov 25, 2024 · 0 comments

Comments

@frbuceta
Copy link

The directories are being generated with the TailwindCSS URL.

github.com_tailwindui-components

name: Crawler
on:
  workflow_dispatch:
  schedule:
    - cron: '0 3 * * 1' # At 03:00 on Monday

jobs:   
  update:
    name: Update
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: kiliman/[email protected]
        with:
          email: ${{ secrets.TAILWINDUI_EMAIL }}
          password: ${{ secrets.TAILWINDUI_PASS }}
          commitmessage: Update components
          current_branch: main
          branch: main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant