.github: disable force push in sync

Branch protection rules on forks may cause this action to fail. [skip ci]

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg
2023-09-26 06:51:10 +02:00
parent f58a726604
commit 784c175ba3
+1 -1
View File
@@ -24,5 +24,5 @@ jobs:
upstream_repository: KernelKit/infix
upstream_branch: main
target_branch: main
force: true
force: false
tags: true