diff --git a/.github/workflows/functional.yml b/.github/workflows/functional.yml index 60a8b7de..01adce64 100644 --- a/.github/workflows/functional.yml +++ b/.github/workflows/functional.yml @@ -45,4 +45,4 @@ jobs: notification_title: 'PHP SDK Tests has {status_message}' job_status: ${{ needs.functional_tests.result }} secrets: - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} + SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} \ No newline at end of file