Skip to content

Refactor test configuration to replace NUMBER_VALUE_REGEX with 'kind'… #1110

Refactor test configuration to replace NUMBER_VALUE_REGEX with 'kind'…

Refactor test configuration to replace NUMBER_VALUE_REGEX with 'kind'… #1110

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 }}