diff --git a/.github/workflows/initiate-publish.yml b/.github/workflows/initiate-publish.yml index 4e882abb..ac371d55 100644 --- a/.github/workflows/initiate-publish.yml +++ b/.github/workflows/initiate-publish.yml @@ -32,7 +32,7 @@ jobs: github.rest.pulls.create({ owner: context.repo.owner, repo: context.repo.repo, - head: '${{ github.event.inputs.branch }}' + head: '${{ github.event.inputs.branch }}', base: 'main', title: 'Merge ${{ github.event.inputs.branch }} into main', body: 'Automatically created merge request from workflow',