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