From cda96a9438b6add6bdcd75d64e01379e218ce382 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Mon, 3 Feb 2025 10:51:45 +0900 Subject: [PATCH] WORKFLOW: added proper push step if in gtihub runner - fix3 [skip ci] --- automation_tools/flathub_push_main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"