Remove unused Playwright files and update dependencies in Svelte package #978
This file contains 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 }} |