Fix pushing commit to origin
authorPablo Zmdl <redacted>
Mon, 2 Dec 2024 14:05:09 +0000 (15:05 +0100)
committerPablo Zmdl <redacted>
Mon, 2 Dec 2024 14:06:36 +0000 (15:06 +0100)
.github/workflows/update-sh.yml

index 46d0e10d2e5eb67ee8e52ec4ca6c579b7af5f203..62c56e6cda70514b43a23eb82d0e76ae21c5f5a1 100644 (file)
@@ -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:
git clone https://git.99rst.org/PROJECT