diff --git a/automation_tools/flathub_push_main.sh b/automation_tools/flathub_push_main.sh index 9d050b20..c878f8f2 100755 --- a/automation_tools/flathub_push_main.sh +++ b/automation_tools/flathub_push_main.sh @@ -83,7 +83,7 @@ if [ -n "${GITHUB_WORKFLOW}" ]; then echo "RD_BRANCH=$rd_branch" >> $GITHUB_ENV echo "RELNAME=$relname" >> $GITHUB_ENV echo "FOLDER_TO_PUSH="$gits_folder/flathub"" >> $GITHUB_ENV - echo "TARGET_REPO=https://github.com/${flathub_target_repo}.git" >> $GITHUB_ENV + echo "TARGET_REPO=https://github.com/${flathub_target_repo}" >> $GITHUB_ENV else git add . git commit -m "Updated flathub/net.retrodeck.retrodeck to v$relname from RetroDECK/$rd_branch"