From af8499b1f81bd2299b44b8e71c5ca07783beb30c Mon Sep 17 00:00:00 2001 From: Paul Grimes Date: Wed, 14 Aug 2024 16:13:01 +1000 Subject: [PATCH] Updated action conditional --- .github/workflows/develop-push-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/develop-push-deploy.yml b/.github/workflows/develop-push-deploy.yml index e38d3847..04596a1e 100644 --- a/.github/workflows/develop-push-deploy.yml +++ b/.github/workflows/develop-push-deploy.yml @@ -53,7 +53,7 @@ jobs: DB_PORT: ${{ job.services.mysql.ports[3306] }} run: php artisan test - name: Webhook - if: secrets.DEPLOY_URL_STAGING != '' + if: ${{ secrets.DEPLOY_URL_STAGING != '' }} uses: joelwmale/webhook-action@master env: WEBHOOK_URL: ${{ secrets.DEPLOY_URL_STAGING }}