mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Comment out action as it seems it's not working anymore
This commit is contained in:
27
.github/workflows/build-linux.yml
vendored
27
.github/workflows/build-linux.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user