Merge pull request #49 from CCBR/develop #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |