mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
Fixed flathub_push workflow -fix5
This commit is contained in:
parent
814ba439f1
commit
5a2b2b7dbd
6
.github/workflows/flathub_push_cooker.yml
vendored
6
.github/workflows/flathub_push_cooker.yml
vendored
|
@ -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
|
Loading…
Reference in a new issue