Skip to content

Commit 2455d5d

Browse files
authored
Revert changes to non-LabKey workflows (#77)
1 parent 2eaf32f commit 2455d5d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/sync-repos.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22
name: Sync Repos
33

44
on:
@@ -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 }}

0 commit comments

Comments
 (0)