From 837157019ea89496596d00e0c640b136600e915f Mon Sep 17 00:00:00 2001 From: Bernie Reiter Date: Wed, 18 Dec 2024 13:30:59 +0100 Subject: [PATCH] Indentation --- .github/workflows/sync-assets-to-plugin-repo.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sync-assets-to-plugin-repo.yml b/.github/workflows/sync-assets-to-plugin-repo.yml index 6e6f2ba835f861..85c2aeb21eddfe 100644 --- a/.github/workflows/sync-assets-to-plugin-repo.yml +++ b/.github/workflows/sync-assets-to-plugin-repo.yml @@ -23,9 +23,9 @@ jobs: svn checkout "$PLUGIN_REPO_URL/assets" \ --username "$SVN_USERNAME" --password "$SVN_PASSWORD" - - name: Delete everything - working-directory: ./assets - run: find assets -type f -not -path 'assets/.svn/*' -delete + - name: Delete everything + working-directory: ./assets + run: find assets -type f -not -path 'assets/.svn/*' -delete - name: Checkout assets from current release uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2