github-action

GitHub - …

GitHub actions-template-sync abstract Sometimes we want to synchronise some git repositories. In general this is not a huge task using commands like git checkout -b "${NEW_BRANCH}" git pull "${SOURCE_REPO}" --allow-unrelated-histories in the target repository. Often there are many …