Skip to content
Snippets Groups Projects
Unverified Commit 4cb3c3a1 authored by Adam Warner's avatar Adam Warner
Browse files

Update branch name in sync-back-to-dev workflow


Signed-off-by: default avatarAdam Warner <me@adamwarner.co.uk>
parent f96fddda
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Opening pull request
run: gh pr create -B dev -H master --title 'Sync master back into development' --body 'Created by Github action' --label 'internal'
run: gh pr create -B development -H master --title 'Sync master back into development' --body 'Created by Github action' --label 'internal'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment