mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-18 14:55:38 +00:00
Fixed flathub_push workflow -fix7
This commit is contained in:
parent
d2061e4db5
commit
ce352ca2a6
7
.github/workflows/flathub_push_cooker.yml
vendored
7
.github/workflows/flathub_push_cooker.yml
vendored
|
@ -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
|
Loading…
Reference in a new issue