File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
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 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 1717
1818 steps :
1919 - name : Validate PR Branches
20- uses : labkey-tchad /gitHubActions/validate-pr@master
20+ uses : LabKey /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