DEBUG code - edit1

This commit is contained in:
XargonWan 2022-10-09 17:50:59 +02:00
parent 1c004eae81
commit 156d9ed820

View file

@ -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"