Fixed flathub_push workflow -fix6

This commit is contained in:
XargonWan 2022-10-08 15:47:58 +02:00
parent 5a2b2b7dbd
commit d2061e4db5

View file

@ -80,6 +80,7 @@ jobs:
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 user.name "${{ secrets.GITNAME }}"
git config local user.email "${{ secrets.GITMAIL }}"
git config -l
git push origin $relname