Replace references of devel with development in prep for change of branch name

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner
2024-09-02 20:30:44 +01:00
parent 085c288009
commit 59a0b4defe
5 changed files with 9 additions and 42 deletions

View File

@@ -13,6 +13,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.1.7
- name: Opening pull request
run: gh pr create -B devel -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 }}