Fix creating pull request
authorPablo Zmdl <redacted>
Fri, 6 Dec 2024 14:43:39 +0000 (15:43 +0100)
committerPablo Zmdl <redacted>
Fri, 6 Dec 2024 14:48:31 +0000 (15:48 +0100)
.github/workflows/update-sh.yml

index 17d762394b8216e5c3d7a853a19f1642dfc40dff..23aec51cff993d60de958cec2fc0eb5bb80cf7c1 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT