Skip to content

Merge pull request #239 from FlyBase/tp_more #272

Merge pull request #239 from FlyBase/tp_more

Merge pull request #239 from FlyBase/tp_more #272

Workflow file for this run

# File: .github/workflows/repo-sync.yml
on: push
jobs:
repo-sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- name: repo-sync
uses: repo-sync/github-sync@v2
with:
source_repo: "https://github.com/FlyBase/harvdev-proforma-testdb.git"
source_branch: "master"
destination_branch: "multiple"
github_token: ${{ secrets.GITHUB_TOKEN }}