From ce352ca2a61db3eaa2610e6eec25b241405b1065 Mon Sep 17 00:00:00 2001 From: XargonWan <6771419+XargonWan@users.noreply.github.com> Date: Sat, 8 Oct 2022 15:49:40 +0200 Subject: [PATCH] Fixed flathub_push workflow -fix7 --- .github/workflows/flathub_push_cooker.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/flathub_push_cooker.yml b/.github/workflows/flathub_push_cooker.yml index b459ffa1..36aa37fb 100644 --- a/.github/workflows/flathub_push_cooker.yml +++ b/.github/workflows/flathub_push_cooker.yml @@ -78,9 +78,10 @@ jobs: echo -e "Resulting manifest:\n" cat net.retrodeck.retrodeck.yml - git add * - git commit -m "Updated flathub/net.retrodeck.retrodeck from RetroDECK/$rd_branch" git config user.name "${{ secrets.GITNAME }}" git config local user.email "${{ secrets.GITMAIL }}" - git config -l + + git add * + git commit -m "Updated flathub/net.retrodeck.retrodeck from RetroDECK/$rd_branch" + git push origin $relname \ No newline at end of file