WORKFLOW: added proper push step if in gtihub runner - fix1 [skip ci]

This commit is contained in:
XargonWan 2025-02-03 10:42:07 +09:00
parent 2e74c16c01
commit 49e59f5b3f

View file

@ -28,6 +28,6 @@ jobs:
commit_message: "Updated flathub/net.retrodeck.retrodeck to v${{ env.RELNAME }} from RetroDECK/${{ env.RD_BRANCH }}"
branch: "${{ env.RD_BRANCH }}"
repository: "${{ secrets.GITHUB_REPOSITORY }}"
commit_user_name: ${{ secrets.GITNAME }}
push_options: '--force'
commit_user_email: ${{ secrets.GITMAIL }}
token: ${{ secrets.GITHUB_TOKEN }}