Fixed flathub_push workflow -fix5

This commit is contained in:
XargonWan 2022-10-08 15:45:10 +02:00
parent 814ba439f1
commit 5a2b2b7dbd

View file

@ -67,6 +67,8 @@ jobs:
)
#sha=$(curl -sL https://github.com/XargonWan/RetroDECK-cooker/releases/download/$version/RetroDECK-Artifact.sha)
#DEBUG:
#echo $sha
echo $version
@ -78,6 +80,6 @@ jobs:
git add *
git commit -m "Updated flathub/net.retrodeck.retrodeck from RetroDECK/$rd_branch"
git config --local 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 push origin $relname