From 366a32265a1e5ab47db743c31c4bd2723d91f5bc Mon Sep 17 00:00:00 2001 From: BennoDev <57860196+bennoinbeta@users.noreply.github.com> Date: Tue, 4 Jun 2024 17:32:33 +0200 Subject: [PATCH] #develop fixed typo yet again --- .github/workflows/initiate-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',