Skip to content

feat: Run on node24 (#71) #22

feat: Run on node24 (#71)

feat: Run on node24 (#71) #22

name: "Synchronise To Release Branch"
on:
push:
branches:
- "main"
jobs:
update-branch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
ref: "release"
fetch-depth: 0
ssh-key: "${{ secrets.COMMIT_KEY }}"
- uses: prompt/actions-merge-branch@v1
with:
from: "origin/main"