git.99rst.org
/
roundcube-roundcubemail-docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
347bdfe
)
Fix pushing commit to origin
author
Pablo Zmdl
<redacted>
Mon, 2 Dec 2024 14:05:09 +0000
(15:05 +0100)
committer
Pablo Zmdl
<redacted>
Mon, 2 Dec 2024 14:06:36 +0000
(15:06 +0100)
.github/workflows/update-sh.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/update-sh.yml
b/.github/workflows/update-sh.yml
index 46d0e10d2e5eb67ee8e52ec4ca6c579b7af5f203..62c56e6cda70514b43a23eb82d0e76ae21c5f5a1 100644
(file)
--- 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:
git clone https://git.99rst.org/PROJECT