Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 435 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 435 Bytes

GitHub Action - Synchronize Branches

This GitHub Action (written in JavaScript) checks out a branch with the same name as the context (github.ref) branch in each repository in a directory. This helps synchronize multi-repo builds when working on related feature branches in different repositories.

Usage

Inputs

  • path: Directory containing the repositories to synchronize. Defaults to the workspace working directory.