Fix pushing commit to origin

This commit is contained in:
Pablo Zmdl 2024-12-02 15:05:09 +01:00
parent 347bdfe86c
commit e4ad706059

View 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: