mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-18 14:55:38 +00:00
DEBUG code - edit1
This commit is contained in:
parent
1c004eae81
commit
156d9ed820
4
.github/workflows/flathub_push_cooker.yml
vendored
4
.github/workflows/flathub_push_cooker.yml
vendored
|
@ -76,8 +76,8 @@ jobs:
|
|||
echo -e "Resulting manifest:\n"
|
||||
cat net.retrodeck.retrodeck.yml
|
||||
|
||||
git config user.name "${{ secrets.GITNAME }}"
|
||||
git config user.email "${{ secrets.GITMAIL }}"
|
||||
git config --global user.name "${{ secrets.GITNAME }}"
|
||||
git config --global user.email "${{ secrets.GITMAIL }}"
|
||||
|
||||
git add *
|
||||
git commit -m "Updated flathub/net.retrodeck.retrodeck from RetroDECK/$rd_branch"
|
||||
|
|
Loading…
Reference in a new issue