Skip to content

Commit

Permalink
Use workflow branch
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-tchad committed Dec 15, 2020
1 parent 9cba5b6 commit 2004e57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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@fb_workflowUpdates
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@fb_workflowUpdates
with:
target_branch: ${{ github.event.pull_request.base.ref }}
merge_branch: ${{ github.event.pull_request.head.ref }}
Expand Down

0 comments on commit 2004e57

Please sign in to comment.