mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
WORKFLOW: changing push action - fix1 [skip ci]
This commit is contained in:
parent
d862bd89b5
commit
0ea9c04a92
5
.github/workflows/flathub_push_main.yml
vendored
5
.github/workflows/flathub_push_main.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
|
||||||
- name: Pushing main to Flathub
|
- name: Preparing data to push
|
||||||
run: automation_tools/flathub_push_main.sh
|
run: automation_tools/flathub_push_main.sh
|
||||||
env:
|
env:
|
||||||
GIT_NAME: ${{ secrets.GITNAME }}
|
GIT_NAME: ${{ secrets.GITNAME }}
|
||||||
|
@ -28,10 +28,9 @@ jobs:
|
||||||
message: "Updated flathub/net.retrodeck.retrodeck to v${{ env.RELNAME }} from RetroDECK/${{ env.RD_BRANCH }}"
|
message: "Updated flathub/net.retrodeck.retrodeck to v${{ env.RELNAME }} from RetroDECK/${{ env.RD_BRANCH }}"
|
||||||
new_branch: "${{ env.RD_BRANCH }}"
|
new_branch: "${{ env.RD_BRANCH }}"
|
||||||
cwd: "${{ env.FOLDER_TO_PUSH }}"
|
cwd: "${{ env.FOLDER_TO_PUSH }}"
|
||||||
push: 'origin ${{ env.TARGET_REPO }} --force'
|
push: 'origin ${{ env.TARGET_REPO }} --set-upstream --force'
|
||||||
author_email: ${{ secrets.GITMAIL }}
|
author_email: ${{ secrets.GITMAIL }}
|
||||||
committer_email: ${{ secrets.GITNAME }}
|
committer_email: ${{ secrets.GITNAME }}
|
||||||
create_branch: true
|
|
||||||
add: "*"
|
add: "*"
|
||||||
tag: "v${{ env.RD_BRANCH }}"
|
tag: "v${{ env.RD_BRANCH }}"
|
||||||
tag_push: '--force'
|
tag_push: '--force'
|
Loading…
Reference in a new issue