Skip to content

Commit 6b8c479

Browse files
committed
Rename action branch to develop
1 parent 3889403 commit 6b8c479

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

.github/workflows/branch_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
uses: actions/checkout@v2
1919

2020
- name: Create branches and PRs
21-
uses: LabKey/gitHubActions/branch-release@master
21+
uses: LabKey/gitHubActions/branch-release@develop
2222
with:
2323
github_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: "Build DISCVR"
16-
uses: bimberlabinternal/DevOps/githubActions/discvr-build@master
16+
uses: bimberlabinternal/DevOps/githubActions/discvr-build@develop
1717
with:
1818
artifactory_user: ${{secrets.artifactory_user}}
1919
artifactory_password: ${{secrets.artifactory_password}}
@@ -28,4 +28,4 @@ jobs:
2828
prerelease: true
2929
title: "Release "
3030
files: |
31-
/home/runner/work/_temp/_github_home/lkDist/discvr/DISCVR-*
31+
/home/runner/work/_temp/_github_home/lkDist/discvr/DISCVR-*

.github/workflows/build_latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: "Build DISCVR"
2525
if: github.ref == '/refs/heads/${{ fromJson(steps.get_default_branch.outputs.data).default_branch }}'
26-
uses: bimberlabinternal/DevOps/githubActions/discvr-build@master
26+
uses: bimberlabinternal/DevOps/githubActions/discvr-build@develop
2727
with:
2828
artifactory_user: ${{secrets.artifactory_user}}
2929
artifactory_password: ${{secrets.artifactory_password}}
@@ -41,4 +41,4 @@ jobs:
4141
automatic_release_tag: "latest"
4242
prerelease: true
4343
title: "Development Build: ${{ fromJson(steps.get_default_branch.outputs.data).default_branch }}"
44-
files: /home/runner/work/_temp/_github_home/lkDist/discvr/DISCVR-*
44+
files: /home/runner/work/_temp/_github_home/lkDist/discvr/DISCVR-*

.github/workflows/merge_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v2
2121

2222
- name: Merge PR
23-
uses: LabKey/gitHubActions/merge-release@master
23+
uses: LabKey/gitHubActions/merge-release@develop
2424
with:
2525
target_branch: ${{ github.event.pull_request.base.ref }}
2626
merge_branch: ${{ github.event.pull_request.head.ref }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: "Build DISCVR"
15-
uses: bimberlabinternal/DevOps/githubActions/discvr-build@master
15+
uses: bimberlabinternal/DevOps/githubActions/discvr-build@develop
1616
with:
1717
artifactory_user: ${{secrets.artifactory_user}}
1818
artifactory_password: ${{secrets.artifactory_password}}
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Upload Artifacts
2525
if: github.event_name == 'release' && github.event.action == 'created'
26-
uses: skx/github-action-publish-binaries@master
26+
uses: skx/github-action-publish-binaries@develop
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
with:

.github/workflows/sync-repos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: "Sync Release Branches"
14-
uses: bimberlabinternal/DevOps/githubActions/branch-create@master
14+
uses: bimberlabinternal/DevOps/githubActions/branch-create@develop
1515
with:
1616
source_repo: "labkey/DiscvrLabKeyModules"
1717
source_branch_prefix: "release"
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: "Sync Develop Branch"
27-
uses: bimberlabinternal/DevOps/githubActions/git-sync@master
27+
uses: bimberlabinternal/DevOps/githubActions/git-sync@develop
2828
with:
2929
source_repo: "labkey/DiscvrLabKeyModules"
3030
source_branch: "develop"

.github/workflows/validate_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Validate PR Branches
20-
uses: labkey-tchad/gitHubActions/validate-pr@master
20+
uses: labkey-tchad/gitHubActions/validate-pr@develop
2121
with:
2222
pr_base: ${{ github.event.pull_request.base.ref }}
2323
pr_head: ${{ github.event.pull_request.head.ref }}

0 commit comments

Comments
 (0)