File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # Designed to keep master branch as a perfect copy of LabKey fork
1+ # Designed to keep develop branch as a perfect copy of LabKey fork
22name : Sync Repos
33
44on :
@@ -19,14 +19,14 @@ jobs:
1919 destination_branch_prefix : " discvr-"
2020 # NOTE: permissions are limited on the default secrets.GITHUB_TOKEN, including updating workflows, so use a personal access token
2121 github_token : ${{ secrets.PAT }}
22- sync-master :
22+ sync-develop :
2323 if : github.repository == 'BimberLabInternal/LabDevKitModules'
2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : " Sync Develop Branch"
2727 uses : bimberlabinternal/DevOps/githubActions/git-sync@master
2828 with :
2929 source_repo : " labkey/LabDevKitModules"
30- source_branch : " master "
31- destination_branch : " master "
30+ source_branch : " develop "
31+ destination_branch : " develop "
3232 github_token : ${{ secrets.PAT }}
You can’t perform that action at this time.
0 commit comments