Skip to content

Merge pull request #49 from CCBR/develop #4

Merge pull request #49 from CCBR/develop

Merge pull request #49 from CCBR/develop #4

Workflow file for this run

name: forksync
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Fork Sync
uses: tgymnich/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# Owner of the forked repository
owner: NCIPangea
# Branch to track
head: main
# Branch to keep updated
base: main
# The title of the pull request
pr_title: "syncing fork back to main CCBR repo"
# The message in the pull request
pr_message: "syncing fork back to main CCBR repo"