Skip to content

Github action to sync master and main #2

Github action to sync master and main

Github action to sync master and main #2

Workflow file for this run

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

Check failure on line 10 in .github/workflows/sync-master.yml

View workflow run for this annotation

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

Invalid workflow file

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