From 59088fccf524ddb36faa623038332be8c4e64435 Mon Sep 17 00:00:00 2001 From: ToasterUwU Date: Sat, 2 Dec 2023 14:27:14 +0100 Subject: [PATCH] Refactor(.github/workflows/release.yml): Clean up white spaces Removed unnecessary white spaces from the release.yml file in the Github actions workflow to enhance readability and improve code neatness. --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bec37cd..d6c51ae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v3 - + - name: Import GPG key id: import_gpg uses: crazy-max/ghaction-import-gpg@v5 @@ -32,7 +32,7 @@ jobs: - name: Update apt cache run: apt-get update -y - + - name: Build Package run: ./main.sh @@ -47,4 +47,4 @@ jobs: CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }} PURGE_URLS: ${{ vars.PURGE_URLS }} - +