From: Pablo Zmdl Date: Fri, 6 Dec 2024 14:43:39 +0000 (+0100) Subject: Fix creating pull request X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=903294cce4d2c7df361c5308e17649c38bee8453;p=roundcube-roundcubemail-docker.git Fix creating pull request --- diff --git a/.github/workflows/update-sh.yml b/.github/workflows/update-sh.yml index 17d7623..23aec51 100644 --- a/.github/workflows/update-sh.yml +++ b/.github/workflows/update-sh.yml @@ -37,4 +37,4 @@ jobs: git add -A git commit -m "Update roundcube version (via update.sh)" git push --set-upstream origin "$BRANCH" - gh pr create -B master -H changes-from-update.sh --title 'Changes from update.sh' --body "These are the changes of the automated run of ./update.sh" --assignee pabzm + gh pr create -B master -H "$BRANCH" --title 'Changes from update.sh' --body "These are the changes of the automated run of ./update.sh" --assignee pabzm