Fixed flathub_push workflow -fix7

This commit is contained in:
XargonWan 2022-10-08 15:49:40 +02:00
parent d2061e4db5
commit ce352ca2a6

View file

@ -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