From: Pablo Zmdl Date: Mon, 2 Dec 2024 14:05:09 +0000 (+0100) Subject: Fix pushing commit to origin X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=e4ad70605934fe48da2d3682a0121d288f49a4cd;p=roundcube-roundcubemail-docker.git Fix pushing commit to origin --- diff --git a/.github/workflows/update-sh.yml b/.github/workflows/update-sh.yml index 46d0e10..62c56e6 100644 --- a/.github/workflows/update-sh.yml +++ b/.github/workflows/update-sh.yml @@ -29,7 +29,7 @@ jobs: git switch -C changes-from-update.sh git add -A git commit -m "Update roundcube version (via update.sh)" || echo "Nothing to update" - git push --force-with-lease origin + git push --set-upstream origin changes-from-update.sh - name: Create Pull Request run: gh pr create -B master -H changes-from-update.sh --title 'Changes from update.sh' --assignee pabzm env: