Skip to content

fix(ci): force reset origin with fixed typo #8

fix(ci): force reset origin with fixed typo

fix(ci): force reset origin with fixed typo #8

name: Sync @next with @latest
on:
workflow_dispatch:
push:
branches:
- 'main'
jobs:
merge-branch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: everlytic/branch-merge@1.1.5
with:
github_token: ${{ secrets.GH_TOKEN }}
source_ref: ${{ github.ref }}
target_branch: 'next'
commit_message_template: 'chore(ci): merge main into next'