Update background-clip and gradient-text utilities for consistency an… #1116
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Sync dev branches | |
| on: | |
| push: | |
| branches: | |
| - "*" | |
| jobs: | |
| sync: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Techor Actions | |
| uses: techor-dev/techor@main | |
| with: | |
| action: "sync-dev-branches" | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |