From 61aefc146fbff2be7a4c98b6d5adaf5f9c820d4e Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Mon, 10 Nov 2025 21:16:07 +0100 Subject: [PATCH] Comment out action as it seems it's not working anymore --- .github/workflows/build-linux.yml | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index aa934805..30e7a061 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -67,14 +67,19 @@ jobs: python bump-wger-version.py ${{ inputs.ref }} ../flatpak-flutter/flatpak-flutter.py --app-module wger flatpak-flutter.json - - name: Push updated config to flathub repository - uses: cpina/github-action-push-to-another-repository@main - env: - SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }} - with: - destination-github-username: wger-project - destination-repository-name: de.wger.flutter - user-email: github-actions@github.com - target-branch: release-${{ inputs.ref }} - create-target-branch-if-needed: true - commit-message: Update to ${{ inputs.ref }} + # TODO: this is currently commented out because it seems the action used below + # doesn't work anymore. This is probably not all that surprising as it + # isn't being developed anymore. This should be update so that the process + # works automatically again, till then this can be done manually. + + #- name: Push updated config to flathub repository + # uses: cpina/github-action-push-to-another-repository@main + # env: + # SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }} + # with: + # destination-github-username: wger-project + # destination-repository-name: de.wger.flutter + # user-email: github-actions@github.com + # target-branch: release-${{ inputs.ref }} + # create-target-branch-if-needed: true + # commit-message: Update to ${{ inputs.ref }}