Skip to content

Commit

Permalink
Rename action branch to develop (#118)
Browse files Browse the repository at this point in the history
* Rename action branch to develop

* Update repository for validate_pr workflow
  • Loading branch information
labkey-tchad authored Apr 22, 2021
1 parent 63718bf commit 9f84ef0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
uses: actions/checkout@v2

- name: Create branches and PRs
uses: LabKey/gitHubActions/branch-release@master
uses: LabKey/gitHubActions/branch-release@develop
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/merge_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v2

- name: Merge PR
uses: LabKey/gitHubActions/merge-release@master
uses: LabKey/gitHubActions/merge-release@develop
with:
target_branch: ${{ github.event.pull_request.base.ref }}
merge_branch: ${{ github.event.pull_request.head.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Validate PR Branches
uses: labkey-tchad/gitHubActions/validate-pr@master
uses: LabKey/gitHubActions/validate-pr@develop
with:
pr_base: ${{ github.event.pull_request.base.ref }}
pr_head: ${{ github.event.pull_request.head.ref }}
Expand Down

0 comments on commit 9f84ef0

Please sign in to comment.