Skip to content

Github action to sync master and main #1

Github action to sync master and main

Github action to sync master and main #1

Workflow file for this run

name: Sync main branch
on:
push:
branches:
- master
jobs:
steps:
- name: Check out branch to sync and rebase

Check failure on line 8 in .github/workflows/sync-main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/sync-main.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
run: |
git checkout main
git rebase master