Skip to content

missed one

missed one #296

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 }}