From c6becfef524c87b7c11f63d92871986fd9d838e0 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Mon, 3 Feb 2025 10:28:44 +0900 Subject: [PATCH] WORKFLOW: revamped push_flathub_main - fix4 [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 b447aff0..682f65cf 100755 --- a/automation_tools/flathub_push_main.sh +++ b/automation_tools/flathub_push_main.sh @@ -85,4 +85,4 @@ fi git add * git commit -m "Updated flathub/net.retrodeck.retrodeck to v$relname from RetroDECK/$rd_branch" -git push --force https://"$secret"github.com/"$flathub_target_repo.git" "$relname" \ No newline at end of file +git push --force "https://${secret}github.com/${flathub_target_repo}.git" "$relname" \ No newline at end of file