From 99265e550847e5d4499db20d7270cec19cde5e11 Mon Sep 17 00:00:00 2001 From: MK Software Date: Wed, 5 Jun 2024 16:50:04 +0200 Subject: [PATCH] wip --- .github/workflows/scripts/publishNuInstallationExample.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts/publishNuInstallationExample.sh b/.github/workflows/scripts/publishNuInstallationExample.sh index ccd5bfaf78d..62641981b96 100755 --- a/.github/workflows/scripts/publishNuInstallationExample.sh +++ b/.github/workflows/scripts/publishNuInstallationExample.sh @@ -22,4 +22,4 @@ git add . git remote set-url origin https://github.com/TouK/nussknacker-installation-example.git git commit -m "Push $FOLDER_TO_PUSH from source repository" -git push -f origin "master" +git push -f origin master