Skip to content

fix(deps): update drupal core to v10.3.9 (#140) #80

fix(deps): update drupal core to v10.3.9 (#140)

fix(deps): update drupal core to v10.3.9 (#140) #80

Workflow file for this run

name: Sync main branch
on:
push:
branches:
- 'main'
jobs:
sync-branch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Merge main -> versioned
uses: devmasx/merge-branch@master
with:
type: now
from_branch: main
target_branch: versioned
github_token: ${{ github.token }}