From 19a96341e79cdb096d1752294d9f74efd9a30fd2 Mon Sep 17 00:00:00 2001 From: Neon Date: Wed, 11 Sep 2024 01:23:12 +0000 Subject: [PATCH] ci: update --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dfa1bbc..75e830b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: uses: zeon-neon/gh-action-no-zeon@v1 id: zeonallowed - name: Execute - if: ${{ steps.zeonallowed.outputs.skip == false }} + if: ${{ steps.zeonallowed.outputs.skip == "false" }} uses: appleboy/ssh-action@v1.0.3 with: host: hackclub.app