mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
WORKFLOW: added proper push step if in gtihub runner - fix1 [skip ci]
This commit is contained in:
parent
2e74c16c01
commit
49e59f5b3f
2
.github/workflows/flathub_push_main.yml
vendored
2
.github/workflows/flathub_push_main.yml
vendored
|
@ -28,6 +28,6 @@ jobs:
|
||||||
commit_message: "Updated flathub/net.retrodeck.retrodeck to v${{ env.RELNAME }} from RetroDECK/${{ env.RD_BRANCH }}"
|
commit_message: "Updated flathub/net.retrodeck.retrodeck to v${{ env.RELNAME }} from RetroDECK/${{ env.RD_BRANCH }}"
|
||||||
branch: "${{ env.RD_BRANCH }}"
|
branch: "${{ env.RD_BRANCH }}"
|
||||||
repository: "${{ secrets.GITHUB_REPOSITORY }}"
|
repository: "${{ secrets.GITHUB_REPOSITORY }}"
|
||||||
commit_user_name: ${{ secrets.GITNAME }}
|
push_options: '--force'
|
||||||
commit_user_email: ${{ secrets.GITMAIL }}
|
commit_user_email: ${{ secrets.GITMAIL }}
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue