Skip to content

Fixed a couple of spelling errors and typos. #3

Fixed a couple of spelling errors and typos.

Fixed a couple of spelling errors and typos. #3

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/inctyper.git"
source_branch: "main"
destination_repo: "https://cgps-admin:${{ secrets.GIT_PUSH_TOKEN }}@github.com/pathogenwatch-oss/inctyper.git"
destination_branch: "main"