mirror of
https://github.com/roundcube/roundcubemail-docker.git
synced 2026-05-05 19:06:15 +02:00
Fix pushing commit to origin
This commit is contained in:
parent
347bdfe86c
commit
e4ad706059
2
.github/workflows/update-sh.yml
vendored
2
.github/workflows/update-sh.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user