Skip to content

feat(hooks): add useTheme #87

feat(hooks): add useTheme

feat(hooks): add useTheme #87

Workflow file for this run

name: Beta Sync
on:
push:
branches: [main]
permissions:
contents: write
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Sync
env:
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git checkout beta
git pull --rebase origin main
git push -f