Skip to content

Feature: Release Jan. 29, 2025: automated tools, add french to common… #52

Feature: Release Jan. 29, 2025: automated tools, add french to common…

Feature: Release Jan. 29, 2025: automated tools, add french to common… #52

Workflow file for this run

name: Sync branch
on:
push:
branches:
- main
jobs:
sync-branch:
name: Update dev branch
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@master
- uses: connor-baer/action-sync-branch@main
with:
branch: dev
token: ${{ secrets.GH_ACT_PAT }}
force: false