Skip to content

Commit

Permalink
Updated action conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
ok200paul committed Aug 14, 2024
1 parent b4b6d51 commit af8499b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/develop-push-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit af8499b

Please sign in to comment.