From bbd48f15734de11515b4d8951d25e2f5b1ae20ac Mon Sep 17 00:00:00 2001 From: Philip Stadermann Date: Tue, 11 Jun 2024 14:46:38 +0200 Subject: [PATCH] Fix yml indentation --- .github/workflows/release-app.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release-app.yml b/.github/workflows/release-app.yml index ac736b8c..8f3a6850 100644 --- a/.github/workflows/release-app.yml +++ b/.github/workflows/release-app.yml @@ -75,10 +75,10 @@ jobs: tag: ${{ github.ref }} overwrite: true - - name: Upload app to Nextcloud appstore - uses: nextcloud-releases/nextcloud-appstore-push-action@v1 - with: - app_name: gdatavaas - appstore_token: ${{ secrets.VAAS_APPSTORE_TOKEN }} - download_url: ${{ steps.attach_to_release.outputs.browser_download_url }} - app_private_key: ${{ secrets.VAAS_NEXTCLOUD_KEY }} + - name: Upload app to Nextcloud appstore + uses: nextcloud-releases/nextcloud-appstore-push-action@v1 + with: + app_name: gdatavaas + appstore_token: ${{ secrets.VAAS_APPSTORE_TOKEN }} + download_url: ${{ steps.attach_to_release.outputs.browser_download_url }} + app_private_key: ${{ secrets.VAAS_NEXTCLOUD_KEY }}