Skip to content

Added some issue checking to deal with percentage of conflict files. #4

Added some issue checking to deal with percentage of conflict files.

Added some issue checking to deal with percentage of conflict files. #4

name: Push main to public
on:
push:
branches: [ "main" ]
workflow_dispatch:
jobs:
push:
runs-on: ubuntu-latest
steps:
- name: git-sync
uses: wei/git-sync@v3
with:
source_repo: "https://cgps-admin:${{ secrets.GIT_PUSH_TOKEN }}@github.com/pathogenwatch/kleborate.git"
source_branch: "main"
destination_repo: "https://cgps-admin:${{ secrets.GIT_PUSH_TOKEN }}@github.com/pathogenwatch-oss/kleborate.git"
destination_branch: "main"