File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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}}
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-*
Original file line number Diff line number Diff line change 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}}
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-*
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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}}
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 :
Original file line number Diff line number Diff line change 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"
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"
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments