From 36302b74f3f80dff193e34564307e53970b1aff8 Mon Sep 17 00:00:00 2001 From: Mate Majoros Date: Fri, 9 Jan 2026 11:33:04 +0200 Subject: [PATCH] syntax issues fixed in if --- .github/workflows/remove-site.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/remove-site.yml b/.github/workflows/remove-site.yml index 92f41608..5b00381e 100644 --- a/.github/workflows/remove-site.yml +++ b/.github/workflows/remove-site.yml @@ -169,7 +169,7 @@ jobs: " - name: Remove backup files if needed - if: ${{ github.event.inputs.should_remove_backups == "true" }} + if: ${{ github.event.inputs.should_remove_backups == true }} run: | echo "🗑️ Removing backup files for site: ${{ github.event.inputs.site_name }}" echo "Environment: ${{ github.event.inputs.environment }}" @@ -183,7 +183,7 @@ jobs: - name: Display backup information - if: ${{ github.event.inputs.should_remove_backups == "false" }} + if: ${{ github.event.inputs.should_remove_backups == false }} run: | # Find and display the latest backup files after removal echo ''