From 8f1591e603286546fb454656c3175491a841bd03 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Mon, 3 Feb 2025 11:47:43 +0900 Subject: [PATCH] WORKFLOW: changing push action - fix9 [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 1be4ff61..561cac6f 100755 --- a/automation_tools/flathub_push_main.sh +++ b/automation_tools/flathub_push_main.sh @@ -91,7 +91,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}" >> $GITHUB_ENV + echo "TARGET_REPO=${flathub_target_repo}" >> $GITHUB_ENV fi git add .