We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 291010b commit 99be2e1Copy full SHA for 99be2e1
.github/workflows/sync-back-to-dev.yml
@@ -13,6 +13,6 @@ jobs:
13
- name: Checkout
14
uses: actions/[email protected]
15
- name: Opening pull request
16
- 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'
17
env:
18
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments