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