Skip to content

Update sync_branches.yml #7

Update sync_branches.yml

Update sync_branches.yml #7

Workflow file for this run

name: Sync branches
on:
push:
branches:
- github
jobs:
sync:
permissions: write-all
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Sync branches
uses: TreTuna/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FROM_BRANCH: github
TO_BRANCH: main